#8096B9

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

Shades of Wild Blue Yonder #8096B9

Tints of Wild Blue Yonder #8096B9

Color information

#8096B9 (or 0x8096B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 96 and B9. RGB value is (128,150,185). Sum of RGB (Red+Green+Blue) = 128+150+185=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #8096B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096B9 is #7F6946. Grayscale: #939393. Windows color (decimal): -8350023 or 12162688. OLE color: 12162688.

HSL color Cylindrical-coordinate representation of color #8096B9: hue angle of 216.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8096B9 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128150185-
CMYK0.310.1900.27
HSL216.84º28.93%61.37%-
HSV(B)216.84º30.81%72.55%-
XYZ28.5729.950.17-
YUV147.41149.21114.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=27.65%
G=32.40%
B=39.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281501850.310.1900.27216.8428.9361.37
Hex8096B91F1301Bd91d3d
Octal20022627137230333313575
Binary10000000100101101011100111111100110110111101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8096B9; }

 p { color: rgb(128,150,185); }

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

<style>
 a { background-color: #8096B9; }

 a { background-color: rgb(128,150,185); }

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

<style>
 span { border-color: #8096B9; }

 span { border-color: rgb(128,150,185); }

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