#8187AD

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

Shades of Wild Blue Yonder #8187AD

Tints of Wild Blue Yonder #8187AD

Color information

#8187AD (or 0x8187AD) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 87 and AD. RGB value is (129,135,173). Sum of RGB (Red+Green+Blue) = 129+135+173=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8187AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8187AD is #7E7852. Grayscale: #898989. Windows color (decimal): -8288339 or 11372417. OLE color: 11372417.

HSL color Cylindrical-coordinate representation of color #8187AD: hue angle of 231.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8187AD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129135173-
CMYK0.250.2200.32
HSL231.82º21.15%59.22%-
HSV(B)231.82º25.43%67.84%-
XYZ25.2625.0143.03-
YUV137.54148.01121.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=29.52%
G=30.89%
B=39.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291351730.250.2200.32231.8221.1559.22
Hex8187AD1916020e8153b
Octal20120725531260403502573
Binary100000011000011110101101110011011001000001110100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8187AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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