#8188C9

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

Shades of Wild Blue Yonder #8188C9

Tints of Wild Blue Yonder #8188C9

Color information

#8188C9 (or 0x8188C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 88 and C9. RGB value is (129,136,201). Sum of RGB (Red+Green+Blue) = 129+136+201=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #8188C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188C9 is #7E7736. Grayscale: #8D8D8D. Windows color (decimal): -8288055 or 13207681. OLE color: 13207681.

HSL color Cylindrical-coordinate representation of color #8188C9: hue angle of 234.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8188C9 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129136201-
CMYK0.360.3200.21
HSL234.17º40%64.71%-
HSV(B)234.17º35.82%78.82%-
XYZ28.426.4958.88-
YUV141.32161.68119.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=27.68%
G=29.18%
B=43.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291362010.360.3200.21234.174064.71
Hex8188C92420015ea2841
Octal201210311444002535250101
Binary100000011000100011001001100100100000010101111010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8188C9; }

 p { color: rgb(129,136,201); }

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

<style>
 a { background-color: #8188C9; }

 a { background-color: rgb(129,136,201); }

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

<style>
 span { border-color: #8188C9; }

 span { border-color: rgb(129,136,201); }

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