#8096B4

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

Shades of Ship Cove #8096B4

Tints of Ship Cove #8096B4

Color information

#8096B4 (or 0x8096B4) is unknown color: approx Ship Cove. HEX triplet: 80, 96 and B4. RGB value is (128,150,180). Sum of RGB (Red+Green+Blue) = 128+150+180=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #8096B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096B4 is #7F694B. Grayscale: #929292. Windows color (decimal): -8350028 or 11835008. OLE color: 11835008.

HSL color Cylindrical-coordinate representation of color #8096B4: hue angle of 214.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8096B4 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128150180-
CMYK0.290.1700.29
HSL214.62º25.74%60.39%-
HSV(B)214.62º28.89%70.59%-
XYZ28.0529.747.43-
YUV146.84146.71114.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=27.95%
G=32.75%
B=39.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281501800.290.1700.29214.6225.7460.39
Hex8096B41D1101Dd71a3c
Octal20022626435210353273274
Binary10000000100101101011010011101100010111011101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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