#888BC2

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

Shades of Wild Blue Yonder #888BC2

Tints of Wild Blue Yonder #888BC2

Color information

#888BC2 (or 0x888BC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8B and C2. RGB value is (136,139,194). Sum of RGB (Red+Green+Blue) = 136+139+194=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #888BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC2 is #77743D. Grayscale: #909090. Windows color (decimal): -7828542 or 12749704. OLE color: 12749704.

HSL color Cylindrical-coordinate representation of color #888BC2: hue angle of 236.9º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888BC2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136139194-
CMYK0.300.2800.24
HSL236.9º32.22%64.71%-
HSV(B)236.9º29.9%76.08%-
XYZ29.1227.5954.83-
YUV144.37156.01122.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=29.00%
G=29.64%
B=41.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361391940.300.2800.24236.932.2264.71
Hex888BC21E1C018ed2041
Octal210213302363403035540101
Binary1000100010001011110000101111011100011000111011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,194); }

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

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

 a { background-color: rgb(136,139,194); }

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

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

 span { border-color: rgb(136,139,194); }

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