#7881AB

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

Shades of Ship Cove #7881AB

Tints of Ship Cove #7881AB

Color information

#7881AB (or 0x7881AB) is unknown color: approx Ship Cove. HEX triplet: 78, 81 and AB. RGB value is (120,129,171). Sum of RGB (Red+Green+Blue) = 120+129+171=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #7881AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881AB is #877E54. Grayscale: #828282. Windows color (decimal): -8879701 or 11239800. OLE color: 11239800.

HSL color Cylindrical-coordinate representation of color #7881AB: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7881AB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120129171-
CMYK0.300.2500.33
HSL229.41º23.29%57.06%-
HSV(B)229.41º29.82%67.06%-
XYZ22.9522.6341.69-
YUV131.1150.52120.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=28.57%
G=30.71%
B=40.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201291710.300.2500.33229.4123.2957.06
Hex7881AB1E19021e51739
Octal17020125336310413452771
Binary11110001000000110101011111101100101000011110010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7881AB; }

 p { color: rgb(120,129,171); }

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

<style>
 a { background-color: #7881AB; }

 a { background-color: rgb(120,129,171); }

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

<style>
 span { border-color: #7881AB; }

 span { border-color: rgb(120,129,171); }

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