#7990AB

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

Shades of Ship Cove #7990AB

Tints of Ship Cove #7990AB

Color information

#7990AB (or 0x7990AB) is unknown color: approx Ship Cove. HEX triplet: 79, 90 and AB. RGB value is (121,144,171). Sum of RGB (Red+Green+Blue) = 121+144+171=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #7990AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7990AB is #866F54. Grayscale: #8C8C8C. Windows color (decimal): -8810325 or 11243641. OLE color: 11243641.

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

Color convert

RGB121144171-
CMYK0.290.1600.33
HSL212.4º22.94%57.25%-
HSV(B)212.4º29.24%67.06%-
XYZ25.2126.9542.4-
YUV140.2145.38114.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.75%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=27.75%
G=33.03%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211441710.290.1600.33212.422.9457.25
Hex7990AB1D10021d41739
Octal17122025335200413242771
Binary11110011001000010101011111011000001000011101010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,144,171); }

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

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

 a { background-color: rgb(121,144,171); }

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

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

 span { border-color: rgb(121,144,171); }

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