Html Css Color HEX #797AA1 Ship Cove

📋 copy color: '#797AA1'

red 121 ◦ green 122 ◦ blue 161

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

Shades of Ship Cove #797AA1

Tints of Ship Cove #797AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 29.95%
G = 30.2%
B = 39.85%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#797AA1 (or 0x797AA1) is known color: Ship Cove. HEX triplet: 79, 7A and A1. RGB value is (121,122,161). Sum of RGB (Red+Green+Blue) = 121+122+161=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #797AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797AA1 is #86855E. Grayscale: #7D7D7D. Windows color (decimal): -8815967 or 10582649. OLE color: 10582649.

HSL color Cylindrical-coordinate representation of color #797AA1: hue angle of 238.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #797AA1 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 122 161 -
CMYK 0.25 0.24 0 0.37
HSL 238.5º 0.18% 0.55% -
HSV(B) 238.5º 0.25% 0.63% -
XYZ 21.28 20.56 36.56 -
YUV 126.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 121 122 161 0.25 0.24 0 0.37 238.5 0.18 0.55
Hex 79 7A A1 19 18 0 25 EE 12 37
Octal 171 172 241 31 30 0 45 356 22 67
Binary 1111001 1111010 10100001 11001 11000 0 100101 11101110 10010 110111

Color Harmonies of #797AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797AA1

Black with #797AA1

Text Example


Text Example

White with #797AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,122,161); }

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

background-color css

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

 a { background-color: rgb(121,122,161); }

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

border-color css

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

 span { border-color: rgb(121,122,161); }

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