Html Css Color HEX #7992AE Ship Cove

📋 copy color: '#7992AE'

red 121 ◦ green 146 ◦ blue 174

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

Shades of Ship Cove #7992AE

Tints of Ship Cove #7992AE

RGB

 RED value IS 121 (47.66% from 255) = 27.44%

 GREEN value IS 146 (57.42% from 255) = 33.11%

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 27.44%
G = 33.11%
B = 39.46%

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

#7992AE (or 0x7992AE) is known color: Ship Cove. HEX triplet: 79, 92 and AE. RGB value is (121,146,174). Sum of RGB (Red+Green+Blue) = 121+146+174=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #7992AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7992AE is #866D51. Grayscale: #8D8D8D. Windows color (decimal): -8809810 or 11440761. OLE color: 11440761.

HSL color Cylindrical-coordinate representation of color #7992AE: hue angle of 211.7º degrees, saturation: 0.25, 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 #7992AE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 146 174 -
CMYK 0.30 0.16 0 0.32
HSL 211.7º 0.25% 0.58% -
HSV(B) 211.7º 0.3% 0.68% -
XYZ 25.8 27.68 44.03 -
YUV 141.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 121 146 174 0.30 0.16 0 0.32 211.7 0.25 0.58
Hex 79 92 AE 1E 10 0 20 D4 19 3A
Octal 171 222 256 36 20 0 40 324 31 72
Binary 1111001 10010010 10101110 11110 10000 0 100000 11010100 11001 111010

Color Harmonies of #7992AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992AE

Black with #7992AE

Text Example


Text Example

White with #7992AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7992AE; }

 p { color: rgb(121,146,174); }

 H1.HeaderClassName
 {
   color: #7992AE;
 }
 .AnyTagClassName
 {
   color: #7992AE;
 }
</style>

background-color css

<style>
 a { background-color: #7992AE; }

 a { background-color: rgb(121,146,174); }

 div.DivClassName
 {
   background-color: #7992AE;
 }
 .BgClassName
 {
   background-color: #7992AE;
 }
</style>

border-color css

<style>
 span { border-color: #7992AE; }

 span { border-color: rgb(121,146,174); }

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