Html Css Color HEX #797B9F Ship Cove

📋 copy color: '#797B9F'

red 121 ◦ green 123 ◦ blue 159

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

Shades of Ship Cove #797B9F

Tints of Ship Cove #797B9F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 30.02%
G = 30.52%
B = 39.45%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#797B9F (or 0x797B9F) is known color: Ship Cove. HEX triplet: 79, 7B and 9F. RGB value is (121,123,159). Sum of RGB (Red+Green+Blue) = 121+123+159=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #797B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797B9F is #868460. Grayscale: #7E7E7E. Windows color (decimal): -8815713 or 10451833. OLE color: 10451833.

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

Color convert

RGB 121 123 159 -
CMYK 0.24 0.23 0 0.38
HSL 236.84º 0.17% 0.55% -
HSV(B) 236.84º 0.24% 0.62% -
XYZ 21.23 20.73 35.68 -
YUV 126.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 121 123 159 0.24 0.23 0 0.38 236.84 0.17 0.55
Hex 79 7B 9F 18 17 0 26 ED 11 37
Octal 171 173 237 30 27 0 46 355 21 67
Binary 1111001 1111011 10011111 11000 10111 0 100110 11101101 10001 110111

Color Harmonies of #797B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797B9F

Black with #797B9F

Text Example


Text Example

White with #797B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,123,159); }

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

background-color css

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

 a { background-color: rgb(121,123,159); }

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

border-color css

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

 span { border-color: rgb(121,123,159); }

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