Html Css Color HEX #797EAC Ship Cove

📋 copy color: '#797EAC'

red 121 ◦ green 126 ◦ blue 172

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

Shades of Ship Cove #797EAC

Tints of Ship Cove #797EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 28.88%
G = 30.07%
B = 41.05%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#797EAC (or 0x797EAC) is known color: Ship Cove. HEX triplet: 79, 7E and AC. RGB value is (121,126,172). Sum of RGB (Red+Green+Blue) = 121+126+172=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #797EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797EAC is #868153. Grayscale: #818181. Windows color (decimal): -8814932 or 11304569. OLE color: 11304569.

HSL color Cylindrical-coordinate representation of color #797EAC: hue angle of 234.12º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797EAC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 126 172 -
CMYK 0.30 0.27 0 0.33
HSL 234.12º 0.24% 0.57% -
HSV(B) 234.12º 0.3% 0.67% -
XYZ 22.79 21.97 42.07 -
YUV 129.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 121 126 172 0.30 0.27 0 0.33 234.12 0.24 0.57
Hex 79 7E AC 1E 1B 0 21 EA 18 39
Octal 171 176 254 36 33 0 41 352 30 71
Binary 1111001 1111110 10101100 11110 11011 0 100001 11101010 11000 111001

Color Harmonies of #797EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797EAC

Black with #797EAC

Text Example


Text Example

White with #797EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797EAC; }

 p { color: rgb(121,126,172); }

 H1.HeaderClassName
 {
   color: #797EAC;
 }
 .AnyTagClassName
 {
   color: #797EAC;
 }
</style>

background-color css

<style>
 a { background-color: #797EAC; }

 a { background-color: rgb(121,126,172); }

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

border-color css

<style>
 span { border-color: #797EAC; }

 span { border-color: rgb(121,126,172); }

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