#7991AD

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

Shades of Ship Cove #7991AD

Tints of Ship Cove #7991AD

Color information

#7991AD (or 0x7991AD) is unknown color: approx Ship Cove. HEX triplet: 79, 91 and AD. RGB value is (121,145,173). Sum of RGB (Red+Green+Blue) = 121+145+173=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #7991AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7991AD is #866E52. Grayscale: #8C8C8C. Windows color (decimal): -8810067 or 11374969. OLE color: 11374969.

HSL color Cylindrical-coordinate representation of color #7991AD: hue angle of 212.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7991AD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121145173-
CMYK0.300.1600.32
HSL212.31º24.07%57.65%-
HSV(B)212.31º30.06%67.84%-
XYZ25.5527.3343.46-
YUV141.02146.05113.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=27.56%
G=33.03%
B=39.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211451730.300.1600.32212.3124.0757.65
Hex7991AD1E10020d4183a
Octal17122125536200403243072
Binary11110011001000110101101111101000001000001101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7991AD; }

 p { color: rgb(121,145,173); }

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

<style>
 a { background-color: #7991AD; }

 a { background-color: rgb(121,145,173); }

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

<style>
 span { border-color: #7991AD; }

 span { border-color: rgb(121,145,173); }

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