#8489AF

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

Shades of Wild Blue Yonder #8489AF

Tints of Wild Blue Yonder #8489AF

Color information

#8489AF (or 0x8489AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 89 and AF. RGB value is (132,137,175). Sum of RGB (Red+Green+Blue) = 132+137+175=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8489AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8489AF is #7B7650. Grayscale: #8B8B8B. Windows color (decimal): -8091217 or 11504004. OLE color: 11504004.

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

Color convert

RGB132137175-
CMYK0.250.2200.31
HSL233.02º21.18%60.2%-
HSV(B)233.02º24.57%68.63%-
XYZ26.225.8944.17-
YUV139.84147.84122.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=29.73%
G=30.86%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321371750.250.2200.31233.0221.1860.2
Hex8489AF191601Fe9153c
Octal20421125731260373512574
Binary10000100100010011010111111001101100111111110100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8489AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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