#8196BE

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

Shades of Wild Blue Yonder #8196BE

Tints of Wild Blue Yonder #8196BE

Color information

#8196BE (or 0x8196BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 96 and BE. RGB value is (129,150,190). Sum of RGB (Red+Green+Blue) = 129+150+190=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #8196BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196BE is #7E6941. Grayscale: #949494. Windows color (decimal): -8284482 or 12490369. OLE color: 12490369.

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

Color convert

RGB129150190-
CMYK0.320.2100.25
HSL219.34º31.94%62.55%-
HSV(B)219.34º32.11%74.51%-
XYZ29.2530.253-
YUV148.28151.54114.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=27.51%
G=31.98%
B=40.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291501900.320.2100.25219.3431.9462.55
Hex8196BE2015019db203f
Octal20122627640250313334077
Binary1000000110010110101111101000001010101100111011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,150,190); }

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

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

 a { background-color: rgb(129,150,190); }

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

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

 span { border-color: rgb(129,150,190); }

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