#8087AF

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

Shades of Wild Blue Yonder #8087AF

Tints of Wild Blue Yonder #8087AF

Color information

#8087AF (or 0x8087AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 87 and AF. RGB value is (128,135,175). Sum of RGB (Red+Green+Blue) = 128+135+175=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8087AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8087AF is #7F7850. Grayscale: #898989. Windows color (decimal): -8353873 or 11503488. OLE color: 11503488.

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

Color convert

RGB128135175-
CMYK0.270.2300.31
HSL231.06º22.71%59.41%-
HSV(B)231.06º26.86%68.63%-
XYZ25.325.0144.05-
YUV137.47149.18121.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=29.22%
G=30.82%
B=39.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281351750.270.2300.31231.0622.7159.41
Hex8087AF1B1701Fe7173b
Octal20020725733270373472773
Binary10000000100001111010111111011101110111111110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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