#8196BB

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

Shades of Wild Blue Yonder #8196BB

Tints of Wild Blue Yonder #8196BB

Color information

#8196BB (or 0x8196BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 96 and BB. RGB value is (129,150,187). Sum of RGB (Red+Green+Blue) = 129+150+187=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #8196BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196BB is #7E6944. Grayscale: #939393. Windows color (decimal): -8284485 or 12293761. OLE color: 12293761.

HSL color Cylindrical-coordinate representation of color #8196BB: hue angle of 218.28º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8196BB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129150187-
CMYK0.310.2000.27
HSL218.28º29.9%61.96%-
HSV(B)218.28º31.02%73.33%-
XYZ28.9330.0751.29-
YUV147.94150.04114.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=27.68%
G=32.19%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291501870.310.2000.27218.2829.961.96
Hex8196BB1F1401Bda1e3e
Octal20122627337240333323676
Binary10000001100101101011101111111101000110111101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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