#7A81AB

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

Shades of Ship Cove #7A81AB

Tints of Ship Cove #7A81AB

Color information

#7A81AB (or 0x7A81AB) is unknown color: approx Ship Cove. HEX triplet: 7A, 81 and AB. RGB value is (122,129,171). Sum of RGB (Red+Green+Blue) = 122+129+171=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A81AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A81AB is #857E54. Grayscale: #838383. Windows color (decimal): -8748629 or 11239802. OLE color: 11239802.

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

Color convert

RGB122129171-
CMYK0.290.2500.33
HSL231.43º22.58%57.45%-
HSV(B)231.43º28.65%67.06%-
XYZ23.2322.7841.7-
YUV131.7150.18121.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=28.91%
G=30.57%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221291710.290.2500.33231.4322.5857.45
Hex7A81AB1D19021e71739
Octal17220125335310413472771
Binary11110101000000110101011111011100101000011110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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