#7F96B4

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

Shades of Ship Cove #7F96B4

Tints of Ship Cove #7F96B4

Color information

#7F96B4 (or 0x7F96B4) is unknown color: approx Ship Cove. HEX triplet: 7F, 96 and B4. RGB value is (127,150,180). Sum of RGB (Red+Green+Blue) = 127+150+180=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F96B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96B4 is #80694B. Grayscale: #929292. Windows color (decimal): -8415564 or 11835007. OLE color: 11835007.

HSL color Cylindrical-coordinate representation of color #7F96B4: hue angle of 213.96º 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 #7F96B4 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127150180-
CMYK0.290.1700.29
HSL213.96º26.11%60.2%-
HSV(B)213.96º29.44%70.59%-
XYZ27.929.6247.43-
YUV146.54146.88114.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=27.79%
G=32.82%
B=39.39%

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
Decimal1271501800.290.1700.29213.9626.1160.2
Hex7F96B41D1101Dd61a3c
Octal17722626435210353263274
Binary1111111100101101011010011101100010111011101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F96B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F96B4; }

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

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

<style>
 a { background-color: #7F96B4; }

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

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

<style>
 span { border-color: #7F96B4; }

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

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