#8092BF

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

Shades of Wild Blue Yonder #8092BF

Tints of Wild Blue Yonder #8092BF

Color information

#8092BF (or 0x8092BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 92 and BF. RGB value is (128,146,191). Sum of RGB (Red+Green+Blue) = 128+146+191=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #8092BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092BF is #7F6D40. Grayscale: #919191. Windows color (decimal): -8351041 or 12554880. OLE color: 12554880.

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

Color convert

RGB128146191-
CMYK0.330.2400.25
HSL222.86º32.98%62.55%-
HSV(B)222.86º32.98%74.9%-
XYZ28.5828.9153.36-
YUV145.75153.54115.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 191 (75% from 255) = 41.08%
R=27.53%
G=31.40%
B=41.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281461910.330.2400.25222.8632.9862.55
Hex8092BF2118019df213f
Octal20022227741300313374177
Binary1000000010010010101111111000011100001100111011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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