#888CC0

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

Shades of Wild Blue Yonder #888CC0

Tints of Wild Blue Yonder #888CC0

Color information

#888CC0 (or 0x888CC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8C and C0. RGB value is (136,140,192). Sum of RGB (Red+Green+Blue) = 136+140+192=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #888CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CC0 is #77733F. Grayscale: #909090. Windows color (decimal): -7828288 or 12618888. OLE color: 12618888.

HSL color Cylindrical-coordinate representation of color #888CC0: hue angle of 235.71º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888CC0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136140192-
CMYK0.290.2700.25
HSL235.71º30.77%64.31%-
HSV(B)235.71º29.17%75.29%-
XYZ29.0527.853.7-
YUV144.73154.67121.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.06%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=29.06%
G=29.91%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361401920.290.2700.25235.7130.7764.31
Hex888CC01D1B019ec1f40
Octal210214300353303135437100
Binary100010001000110011000000111011101101100111101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,192); }

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

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

 a { background-color: rgb(136,140,192); }

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

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

 span { border-color: rgb(136,140,192); }

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