#8188BA

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

Shades of Wild Blue Yonder #8188BA

Tints of Wild Blue Yonder #8188BA

Color information

#8188BA (or 0x8188BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 88 and BA. RGB value is (129,136,186). Sum of RGB (Red+Green+Blue) = 129+136+186=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8188BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188BA is #7E7745. Grayscale: #8B8B8B. Windows color (decimal): -8288070 or 12224641. OLE color: 12224641.

HSL color Cylindrical-coordinate representation of color #8188BA: hue angle of 232.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8188BA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129136186-
CMYK0.310.2700.27
HSL232.63º29.23%61.76%-
HSV(B)232.63º30.65%72.94%-
XYZ26.7225.8250.03-
YUV139.61154.18120.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=28.60%
G=30.16%
B=41.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291361860.310.2700.27232.6329.2361.76
Hex8188BA1F1B01Be91d3e
Octal20121027237330333513576
Binary10000001100010001011101011111110110110111110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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