#8495B5

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

Shades of Wild Blue Yonder #8495B5

Tints of Wild Blue Yonder #8495B5

Color information

#8495B5 (or 0x8495B5) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 95 and B5. RGB value is (132,149,181). Sum of RGB (Red+Green+Blue) = 132+149+181=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #8495B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495B5 is #7B6A4A. Grayscale: #939393. Windows color (decimal): -8088139 or 11900292. OLE color: 11900292.

HSL color Cylindrical-coordinate representation of color #8495B5: hue angle of 219.18º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8495B5 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132149181-
CMYK0.270.1800.29
HSL219.18º24.87%61.37%-
HSV(B)219.18º27.07%70.98%-
XYZ28.629.7447.95-
YUV147.56146.87116.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=28.57%
G=32.25%
B=39.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321491810.270.1800.29219.1824.8761.37
Hex8495B51B1201Ddb193d
Octal20422526533220353333175
Binary10000100100101011011010111011100100111011101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8495B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8495B5; }

 p { color: rgb(132,149,181); }

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

<style>
 a { background-color: #8495B5; }

 a { background-color: rgb(132,149,181); }

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

<style>
 span { border-color: #8495B5; }

 span { border-color: rgb(132,149,181); }

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