#8187BB

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

Shades of Wild Blue Yonder #8187BB

Tints of Wild Blue Yonder #8187BB

Color information

#8187BB (or 0x8187BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 87 and BB. RGB value is (129,135,187). Sum of RGB (Red+Green+Blue) = 129+135+187=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8187BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8187BB is #7E7844. Grayscale: #8A8A8A. Windows color (decimal): -8288325 or 12289921. OLE color: 12289921.

HSL color Cylindrical-coordinate representation of color #8187BB: hue angle of 233.79º degrees, saturation: 0.3, 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 #8187BB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129135187-
CMYK0.310.2800.27
HSL233.79º29.9%61.96%-
HSV(B)233.79º31.02%73.33%-
XYZ26.6925.5850.55-
YUV139.13155.01120.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=28.60%
G=29.93%
B=41.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291351870.310.2800.27233.7929.961.96
Hex8187BB1F1C01Bea1e3e
Octal20120727337340333523676
Binary10000001100001111011101111111111000110111110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8187BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8187BB; }

 p { color: rgb(129,135,187); }

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

<style>
 a { background-color: #8187BB; }

 a { background-color: rgb(129,135,187); }

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

<style>
 span { border-color: #8187BB; }

 span { border-color: rgb(129,135,187); }

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