#8087B9

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

Shades of Wild Blue Yonder #8087B9

Tints of Wild Blue Yonder #8087B9

Color information

#8087B9 (or 0x8087B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 87 and B9. RGB value is (128,135,185). Sum of RGB (Red+Green+Blue) = 128+135+185=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #8087B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087B9 is #7F7846. Grayscale: #8A8A8A. Windows color (decimal): -8353863 or 12158848. OLE color: 12158848.

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

Color convert

RGB128135185-
CMYK0.310.2700.27
HSL232.63º28.93%61.37%-
HSV(B)232.63º30.81%72.55%-
XYZ26.3225.4249.42-
YUV138.61154.18120.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=28.57%
G=30.13%
B=41.29%

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
Decimal1281351850.310.2700.27232.6328.9361.37
Hex8087B91F1B01Be91d3d
Octal20020727137330333513575
Binary10000000100001111011100111111110110110111110100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8087B9; }

 p { color: rgb(128,135,185); }

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

<style>
 a { background-color: #8087B9; }

 a { background-color: rgb(128,135,185); }

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

<style>
 span { border-color: #8087B9; }

 span { border-color: rgb(128,135,185); }

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