#8196B2

Color #8196B2 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #8196B2

Tints of Ship Cove #8196B2

Color information

#8196B2 (or 0x8196B2) is unknown color: approx Ship Cove. HEX triplet: 81, 96 and B2. RGB value is (129,150,178). Sum of RGB (Red+Green+Blue) = 129+150+178=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 178 - color contains mainly: blue. Hex color #8196B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8196B2 is #7E694D. Grayscale: #929292. Windows color (decimal): -8284494 or 11703937. OLE color: 11703937.

HSL color Cylindrical-coordinate representation of color #8196B2: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8196B2 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB129150178-
CMYK0.280.1600.30
HSL214.29º24.14%60.2%-
HSV(B)214.29º27.53%69.8%-
XYZ2829.6946.38-
YUV146.91145.54115.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=28.23%
G=32.82%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1291501780.280.1600.30214.2924.1460.2
Hex8196B21C1001Ed6183c
Octal20122626234200363263074
Binary10000001100101101011001011100100000111101101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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