#8087BF

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

Shades of Wild Blue Yonder #8087BF

Tints of Wild Blue Yonder #8087BF

Color information

#8087BF (or 0x8087BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 87 and BF. RGB value is (128,135,191). Sum of RGB (Red+Green+Blue) = 128+135+191=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #8087BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087BF is #7F7840. Grayscale: #8B8B8B. Windows color (decimal): -8353857 or 12552064. OLE color: 12552064.

HSL color Cylindrical-coordinate representation of color #8087BF: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8087BF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128135191-
CMYK0.330.2900.25
HSL233.33º32.98%62.55%-
HSV(B)233.33º32.98%74.9%-
XYZ26.9725.6852.83-
YUV139.29157.18119.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 191 (75% from 255) = 42.07%
R=28.19%
G=29.74%
B=42.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281351910.330.2900.25233.3332.9862.55
Hex8087BF211D019e9213f
Octal20020727741350313514177
Binary1000000010000111101111111000011110101100111101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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