#8189BC

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

Shades of Wild Blue Yonder #8189BC

Tints of Wild Blue Yonder #8189BC

Color information

#8189BC (or 0x8189BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 89 and BC. RGB value is (129,137,188). Sum of RGB (Red+Green+Blue) = 129+137+188=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #8189BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189BC is #7E7643. Grayscale: #8C8C8C. Windows color (decimal): -8287812 or 12355969. OLE color: 12355969.

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

Color convert

RGB129137188-
CMYK0.310.2700.26
HSL231.86º30.57%62.16%-
HSV(B)231.86º31.38%73.73%-
XYZ27.0826.1951.2-
YUV140.42154.85119.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=28.41%
G=30.18%
B=41.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291371880.310.2700.26231.8630.5762.16
Hex8189BC1F1B01Ae81f3e
Octal20121127437330323503776
Binary10000001100010011011110011111110110110101110100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8189BC; }

 p { color: rgb(129,137,188); }

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

<style>
 a { background-color: #8189BC; }

 a { background-color: rgb(129,137,188); }

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

<style>
 span { border-color: #8189BC; }

 span { border-color: rgb(129,137,188); }

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