#8289AF

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

Shades of Wild Blue Yonder #8289AF

Tints of Wild Blue Yonder #8289AF

Color information

#8289AF (or 0x8289AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 89 and AF. RGB value is (130,137,175). Sum of RGB (Red+Green+Blue) = 130+137+175=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #8289AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8289AF is #7D7650. Grayscale: #8B8B8B. Windows color (decimal): -8222289 or 11504002. OLE color: 11504002.

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

Color convert

RGB130137175-
CMYK0.260.2200.31
HSL230.67º21.95%59.8%-
HSV(B)230.67º25.71%68.63%-
XYZ25.8925.7344.16-
YUV139.24148.18121.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=29.41%
G=31.00%
B=39.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301371750.260.2200.31230.6721.9559.8
Hex8289AF1A1601Fe7163c
Octal20221125732260373472674
Binary10000010100010011010111111010101100111111110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8289AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,137,175); }

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

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

 a { background-color: rgb(130,137,175); }

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

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

 span { border-color: rgb(130,137,175); }

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