Html Css Color HEX #797FAB Ship Cove

📋 copy color: '#797FAB'

red 121 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #797FAB

Tints of Ship Cove #797FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 28.88%
G = 30.31%
B = 40.81%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#797FAB (or 0x797FAB) is known color: Ship Cove. HEX triplet: 79, 7F and AB. RGB value is (121,127,171). Sum of RGB (Red+Green+Blue) = 121+127+171=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #797FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FAB is #868054. Grayscale: #828282. Windows color (decimal): -8814677 or 11239289. OLE color: 11239289.

HSL color Cylindrical-coordinate representation of color #797FAB: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #797FAB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 127 171 -
CMYK 0.29 0.26 0 0.33
HSL 232.8º 0.23% 0.57% -
HSV(B) 232.8º 0.29% 0.67% -
XYZ 22.83 22.18 41.61 -
YUV 130.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 121 127 171 0.29 0.26 0 0.33 232.8 0.23 0.57
Hex 79 7F AB 1D 1A 0 21 E9 17 39
Octal 171 177 253 35 32 0 41 351 27 71
Binary 1111001 1111111 10101011 11101 11010 0 100001 11101001 10111 111001

Color Harmonies of #797FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FAB

Black with #797FAB

Text Example


Text Example

White with #797FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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