#8490B8

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

Shades of Wild Blue Yonder #8490B8

Tints of Wild Blue Yonder #8490B8

Color information

#8490B8 (or 0x8490B8) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 90 and B8. RGB value is (132,144,184). Sum of RGB (Red+Green+Blue) = 132+144+184=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #8490B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490B8 is #7B6F47. Grayscale: #909090. Windows color (decimal): -8089416 or 12095620. OLE color: 12095620.

HSL color Cylindrical-coordinate representation of color #8490B8: hue angle of 226.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8490B8 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB132144184-
CMYK0.280.2200.28
HSL226.15º26.8%61.96%-
HSV(B)226.15º28.26%72.16%-
XYZ28.1428.3149.33-
YUV144.97150.02118.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 184 (72.27% from 255) = 40%
R=28.70%
G=31.30%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321441840.280.2200.28226.1526.861.96
Hex8490B81C1601Ce21b3e
Octal20422027034260343423376
Binary10000100100100001011100011100101100111001110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8490B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8490B8; }

 p { color: rgb(132,144,184); }

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

<style>
 a { background-color: #8490B8; }

 a { background-color: rgb(132,144,184); }

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

<style>
 span { border-color: #8490B8; }

 span { border-color: rgb(132,144,184); }

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