Html Css Color HEX #7991AD Ship Cove

📋 copy color: '#7991AD'

red 121 ◦ green 145 ◦ blue 173

#7991AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7991AD

Tints of Ship Cove #7991AD

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 value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7991AD (or 0x7991AD) is known color: 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

RGB 121 145 173 -
CMYK 0.30 0.16 0 0.32
HSL 212.31º 0.24% 0.58% -
HSV(B) 212.31º 0.3% 0.68% -
XYZ 25.55 27.33 43.46 -
YUV 141.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 121 145 173 0.30 0.16 0 0.32 212.31 0.24 0.58
Hex 79 91 AD 1E 10 0 20 D4 18 3A
Octal 171 221 255 36 20 0 40 324 30 72
Binary 1111001 10010001 10101101 11110 10000 0 100000 11010100 11000 111010

Color Harmonies of #7991AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7991AD

Black with #7991AD

Text Example


Text Example

White with #7991AD

Text Example


Text Example

HTML Codes & Css Web 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>