#8196B1

Color #8196B1 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8196B1

Tints of Bali Hai #8196B1

Color information

#8196B1 (or 0x8196B1) is unknown color: approx Bali Hai. HEX triplet: 81, 96 and B1. RGB value is (129,150,177). Sum of RGB (Red+Green+Blue) = 129+150+177=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #8196B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8196B1 is #7E694E. Grayscale: #929292. Windows color (decimal): -8284495 or 11638401. OLE color: 11638401.

HSL color Cylindrical-coordinate representation of color #8196B1: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8196B1 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129150177-
CMYK0.270.1500.31
HSL213.75º23.53%60%-
HSV(B)213.75º27.12%69.41%-
XYZ27.929.6545.85-
YUV146.8145.04115.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=28.29%
G=32.89%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291501770.270.1500.31213.7523.5360
Hex8196B11BF01Fd6183c
Octal20122626133170373263074
Binary1000000110010110101100011101111110111111101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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