#7888B4

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

Shades of Wild Blue Yonder #7888B4

Tints of Wild Blue Yonder #7888B4

Color information

#7888B4 (or 0x7888B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 88 and B4. RGB value is (120,136,180). Sum of RGB (Red+Green+Blue) = 120+136+180=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #7888B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888B4 is #87774B. Grayscale: #888888. Windows color (decimal): -8877900 or 11831416. OLE color: 11831416.

HSL color Cylindrical-coordinate representation of color #7888B4: hue angle of 224º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7888B4 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120136180-
CMYK0.330.2400.29
HSL224º28.57%58.82%-
HSV(B)224º33.33%70.59%-
XYZ24.7924.946.68-
YUV136.23152.7116.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=27.52%
G=31.19%
B=41.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201361800.330.2400.2922428.5758.82
Hex7888B4211801De01d3b
Octal17021026441300353403573
Binary11110001000100010110100100001110000111011110000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7888B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7888B4; }

 p { color: rgb(120,136,180); }

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

<style>
 a { background-color: #7888B4; }

 a { background-color: rgb(120,136,180); }

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

<style>
 span { border-color: #7888B4; }

 span { border-color: rgb(120,136,180); }

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