#7898DB

Color #7898DB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7898DB

Tints of Jordy Blue #7898DB

Color information

#7898DB (or 0x7898DB) is unknown color: approx Jordy Blue. HEX triplet: 78, 98 and DB. RGB value is (120,152,219). Sum of RGB (Red+Green+Blue) = 120+152+219=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7898DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898DB is #876724. Grayscale: #959595. Windows color (decimal): -8873765 or 14391416. OLE color: 14391416.

HSL color Cylindrical-coordinate representation of color #7898DB: hue angle of 220.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7898DB is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120152219-
CMYK0.450.3100.14
HSL220.61º57.89%66.47%-
HSV(B)220.61º45.21%85.88%-
XYZ31.7631.5671.44-
YUV150.07166.9106.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=24.44%
G=30.96%
B=44.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201522190.450.3100.14220.6157.8966.47
Hex7898DB2D1F0Edd3a42
Octal170230333553701633572102
Binary111100010011000110110111011011111101110110111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7898DB; }

 p { color: rgb(120,152,219); }

 H1.HeaderClassName
 {
   color: #7898DB;
 }
 .AnyTagClassName
 {
   color: #7898DB;
 }
</style>
background-color css

<style>
 a { background-color: #7898DB; }

 a { background-color: rgb(120,152,219); }

 div.DivClassName
 {
   background-color: #7898DB;
 }
 .BgClassName
 {
   background-color: #7898DB;
 }
</style>
border-color css

<style>
 span { border-color: #7898DB; }

 span { border-color: rgb(120,152,219); }

 td.TdClassName
 {
   border-color: #7898DB;
 }
 .TagClassName
 {
   border-color: #7898DB;
 }
</style>