#888FB6

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

Shades of Wild Blue Yonder #888FB6

Tints of Wild Blue Yonder #888FB6

Color information

#888FB6 (or 0x888FB6) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8F and B6. RGB value is (136,143,182). Sum of RGB (Red+Green+Blue) = 136+143+182=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #888FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FB6 is #777049. Grayscale: #919191. Windows color (decimal): -7827530 or 11964296. OLE color: 11964296.

HSL color Cylindrical-coordinate representation of color #888FB6: hue angle of 230.87º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #888FB6 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136143182-
CMYK0.250.2100.29
HSL230.87º23.96%62.35%-
HSV(B)230.87º25.27%71.37%-
XYZ28.4228.2648.21-
YUV145.35148.68121.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=29.50%
G=31.02%
B=39.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361431820.250.2100.29230.8723.9662.35
Hex888FB6191501De7183e
Octal21021726631250353473076
Binary10001000100011111011011011001101010111011110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888FB6; }

 p { color: rgb(136,143,182); }

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

<style>
 a { background-color: #888FB6; }

 a { background-color: rgb(136,143,182); }

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

<style>
 span { border-color: #888FB6; }

 span { border-color: rgb(136,143,182); }

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