#7896B7

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

Shades of Ship Cove #7896B7

Tints of Ship Cove #7896B7

Color information

#7896B7 (or 0x7896B7) is unknown color: approx Ship Cove. HEX triplet: 78, 96 and B7. RGB value is (120,150,183). Sum of RGB (Red+Green+Blue) = 120+150+183=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #7896B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896B7 is #876948. Grayscale: #909090. Windows color (decimal): -8874313 or 12031608. OLE color: 12031608.

HSL color Cylindrical-coordinate representation of color #7896B7: hue angle of 211.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7896B7 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB120150183-
CMYK0.340.1800.28
HSL211.43º30.43%59.41%-
HSV(B)211.43º34.43%71.76%-
XYZ27.229.2249.01-
YUV144.79149.56110.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=26.49%
G=33.11%
B=40.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201501830.340.1800.28211.4330.4359.41
Hex7896B7221201Cd31e3b
Octal17022626742220343233673
Binary11110001001011010110111100010100100111001101001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7896B7; }

 p { color: rgb(120,150,183); }

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

<style>
 a { background-color: #7896B7; }

 a { background-color: rgb(120,150,183); }

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

<style>
 span { border-color: #7896B7; }

 span { border-color: rgb(120,150,183); }

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