#7898DA

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

Shades of Jordy Blue #7898DA

Tints of Jordy Blue #7898DA

Color information

#7898DA (or 0x7898DA) is unknown color: approx Jordy Blue. HEX triplet: 78, 98 and DA. RGB value is (120,152,218). Sum of RGB (Red+Green+Blue) = 120+152+218=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #7898DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898DA is #876725. Grayscale: #959595. Windows color (decimal): -8873766 or 14325880. OLE color: 14325880.

HSL color Cylindrical-coordinate representation of color #7898DA: hue angle of 220.41º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7898DA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120152218-
CMYK0.450.3000.15
HSL220.41º56.98%66.27%-
HSV(B)220.41º44.95%85.49%-
XYZ31.6331.5170.74-
YUV149.96166.4106.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.49%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=24.49%
G=31.02%
B=44.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201522180.450.3000.15220.4156.9866.27
Hex7898DA2D1E0Fdc3942
Octal170230332553601733471102
Binary111100010011000110110101011011111001111110111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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