Html Css Color HEX #797CA4 Ship Cove

📋 copy color: '#797CA4'

red 121 ◦ green 124 ◦ blue 164

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

Shades of Ship Cove #797CA4

Tints of Ship Cove #797CA4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 29.58%
G = 30.32%
B = 40.1%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#797CA4 (or 0x797CA4) is known color: Ship Cove. HEX triplet: 79, 7C and A4. RGB value is (121,124,164). Sum of RGB (Red+Green+Blue) = 121+124+164=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #797CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797CA4 is #86835B. Grayscale: #7F7F7F. Windows color (decimal): -8815452 or 10779769. OLE color: 10779769.

HSL color Cylindrical-coordinate representation of color #797CA4: hue angle of 235.81º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #797CA4 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 124 164 -
CMYK 0.26 0.24 0 0.36
HSL 235.81º 0.19% 0.56% -
HSV(B) 235.81º 0.26% 0.64% -
XYZ 21.79 21.16 38.06 -
YUV 127.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 121 124 164 0.26 0.24 0 0.36 235.81 0.19 0.56
Hex 79 7C A4 1A 18 0 24 EC 13 38
Octal 171 174 244 32 30 0 44 354 23 70
Binary 1111001 1111100 10100100 11010 11000 0 100100 11101100 10011 111000

Color Harmonies of #797CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CA4

Black with #797CA4

Text Example


Text Example

White with #797CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,124,164); }

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

background-color css

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

 a { background-color: rgb(121,124,164); }

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

border-color css

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

 span { border-color: rgb(121,124,164); }

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