#8495BF

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

Shades of Wild Blue Yonder #8495BF

Tints of Wild Blue Yonder #8495BF

Color information

#8495BF (or 0x8495BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 95 and BF. RGB value is (132,149,191). Sum of RGB (Red+Green+Blue) = 132+149+191=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #8495BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495BF is #7B6A40. Grayscale: #949494. Windows color (decimal): -8088129 or 12555652. OLE color: 12555652.

HSL color Cylindrical-coordinate representation of color #8495BF: hue angle of 222.71º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8495BF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132149191-
CMYK0.310.2200.25
HSL222.71º31.55%63.33%-
HSV(B)222.71º30.89%74.9%-
XYZ29.6730.1653.55-
YUV148.7151.87116.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 191 (75% from 255) = 40.47%
R=27.97%
G=31.57%
B=40.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321491910.310.2200.25222.7131.5563.33
Hex8495BF1F16019df203f
Octal20422527737260313374077
Binary100001001001010110111111111111011001100111011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8495BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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