#888EBA

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

Shades of Wild Blue Yonder #888EBA

Tints of Wild Blue Yonder #888EBA

Color information

#888EBA (or 0x888EBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8E and BA. RGB value is (136,142,186). Sum of RGB (Red+Green+Blue) = 136+142+186=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #888EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EBA is #777145. Grayscale: #919191. Windows color (decimal): -7827782 or 12226184. OLE color: 12226184.

HSL color Cylindrical-coordinate representation of color #888EBA: hue angle of 232.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #888EBA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136142186-
CMYK0.270.2400.27
HSL232.8º26.6%63.14%-
HSV(B)232.8º26.88%72.94%-
XYZ28.6928.1350.37-
YUV145.22151.01121.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=29.31%
G=30.60%
B=40.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361421860.270.2400.27232.826.663.14
Hex888EBA1B1801Be91b3f
Octal21021627233300333513377
Binary10001000100011101011101011011110000110111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,142,186); }

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

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

 a { background-color: rgb(136,142,186); }

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

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

 span { border-color: rgb(136,142,186); }

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