#888CC3

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

Shades of Wild Blue Yonder #888CC3

Tints of Wild Blue Yonder #888CC3

Color information

#888CC3 (or 0x888CC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8C and C3. RGB value is (136,140,195). Sum of RGB (Red+Green+Blue) = 136+140+195=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #888CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CC3 is #77733C. Grayscale: #909090. Windows color (decimal): -7828285 or 12815496. OLE color: 12815496.

HSL color Cylindrical-coordinate representation of color #888CC3: hue angle of 235.93º degrees, saturation: 0.33, 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 #888CC3 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136140195-
CMYK0.300.2800.24
HSL235.93º32.96%64.9%-
HSV(B)235.93º30.26%76.47%-
XYZ29.3827.9355.47-
YUV145.07156.17121.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=28.87%
G=29.72%
B=41.40%

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
Decimal1361401950.300.2800.24235.9332.9664.9
Hex888CC31E1C018ec2141
Octal210214303363403035441101
Binary1000100010001100110000111111011100011000111011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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