Html Css Color HEX #797F9E Ship Cove

📋 copy color: '#797F9E'

red 121 ◦ green 127 ◦ blue 158

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

Shades of Ship Cove #797F9E

Tints of Ship Cove #797F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 29.8%
G = 31.28%
B = 38.92%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#797F9E (or 0x797F9E) is known color: Ship Cove. HEX triplet: 79, 7F and 9E. RGB value is (121,127,158). Sum of RGB (Red+Green+Blue) = 121+127+158=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #797F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F9E is #868061. Grayscale: #808080. Windows color (decimal): -8814690 or 10387321. OLE color: 10387321.

HSL color Cylindrical-coordinate representation of color #797F9E: hue angle of 230.27º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797F9E is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 127 158 -
CMYK 0.23 0.20 0 0.38
HSL 230.27º 0.16% 0.55% -
HSV(B) 230.27º 0.23% 0.62% -
XYZ 21.65 21.71 35.4 -
YUV 128.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 121 127 158 0.23 0.20 0 0.38 230.27 0.16 0.55
Hex 79 7F 9E 17 14 0 26 E6 10 37
Octal 171 177 236 27 24 0 46 346 20 67
Binary 1111001 1111111 10011110 10111 10100 0 100110 11100110 10000 110111

Color Harmonies of #797F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F9E

Black with #797F9E

Text Example


Text Example

White with #797F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,127,158); }

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

background-color css

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

 a { background-color: rgb(121,127,158); }

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

border-color css

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

 span { border-color: rgb(121,127,158); }

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