#8092BE

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

Shades of Wild Blue Yonder #8092BE

Tints of Wild Blue Yonder #8092BE

Color information

#8092BE (or 0x8092BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 92 and BE. RGB value is (128,146,190). Sum of RGB (Red+Green+Blue) = 128+146+190=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8092BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092BE is #7F6D41. Grayscale: #919191. Windows color (decimal): -8351042 or 12489344. OLE color: 12489344.

HSL color Cylindrical-coordinate representation of color #8092BE: hue angle of 222.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8092BE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128146190-
CMYK0.330.2300.25
HSL222.58º32.29%62.35%-
HSV(B)222.58º32.63%74.51%-
XYZ28.4828.8652.79-
YUV145.63153.04115.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=27.59%
G=31.47%
B=40.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281461900.330.2300.25222.5832.2962.35
Hex8092BE2117019df203e
Octal20022227641270313374076
Binary1000000010010010101111101000011011101100111011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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