#8492BE

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

Shades of Wild Blue Yonder #8492BE

Tints of Wild Blue Yonder #8492BE

Color information

#8492BE (or 0x8492BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 92 and BE. RGB value is (132,146,190). Sum of RGB (Red+Green+Blue) = 132+146+190=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8492BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492BE is #7B6D41. Grayscale: #929292. Windows color (decimal): -8088898 or 12489348. OLE color: 12489348.

HSL color Cylindrical-coordinate representation of color #8492BE: hue angle of 225.52º degrees, saturation: 0.31, 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 #8492BE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132146190-
CMYK0.310.2300.25
HSL225.52º30.85%63.14%-
HSV(B)225.52º30.53%74.51%-
XYZ29.0929.1852.81-
YUV146.83152.36117.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=28.21%
G=31.20%
B=40.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321461900.310.2300.25225.5230.8563.14
Hex8492BE1F17019e21f3f
Octal20422227637270313423777
Binary10000100100100101011111011111101110110011110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8492BE; }

 p { color: rgb(132,146,190); }

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

<style>
 a { background-color: #8492BE; }

 a { background-color: rgb(132,146,190); }

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

<style>
 span { border-color: #8492BE; }

 span { border-color: rgb(132,146,190); }

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