#7896CB

Color #7896CB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7896CB

Tints of Wild Blue Yonder #7896CB

Color information

#7896CB (or 0x7896CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 96 and CB. RGB value is (120,150,203). Sum of RGB (Red+Green+Blue) = 120+150+203=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #7896CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896CB is #876934. Grayscale: #929292. Windows color (decimal): -8874293 or 13342328. OLE color: 13342328.

HSL color Cylindrical-coordinate representation of color #7896CB: hue angle of 218.31º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7896CB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120150203-
CMYK0.410.2600.20
HSL218.31º44.39%63.33%-
HSV(B)218.31º40.89%79.61%-
XYZ29.4330.1260.76-
YUV147.07159.56108.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=25.37%
G=31.71%
B=42.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201502030.410.2600.20218.3144.3963.33
Hex7896CB291A014da2c3f
Octal17022631351320243325477
Binary111100010010110110010111010011101001010011011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7896CB; }

 p { color: rgb(120,150,203); }

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

<style>
 a { background-color: #7896CB; }

 a { background-color: rgb(120,150,203); }

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

<style>
 span { border-color: #7896CB; }

 span { border-color: rgb(120,150,203); }

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