Html Css Color HEX #798CAC Ship Cove

📋 copy color: '#798CAC'

red 121 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #798CAC

Tints of Ship Cove #798CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 27.94%
G = 32.33%
B = 39.72%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#798CAC (or 0x798CAC) is known color: Ship Cove. HEX triplet: 79, 8C and AC. RGB value is (121,140,172). Sum of RGB (Red+Green+Blue) = 121+140+172=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #798CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CAC is #867353. Grayscale: #898989. Windows color (decimal): -8811348 or 11308153. OLE color: 11308153.

HSL color Cylindrical-coordinate representation of color #798CAC: hue angle of 217.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #798CAC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 140 172 -
CMYK 0.30 0.19 0 0.33
HSL 217.65º 0.24% 0.57% -
HSV(B) 217.65º 0.3% 0.67% -
XYZ 24.71 25.8 42.71 -
YUV 137.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 121 140 172 0.30 0.19 0 0.33 217.65 0.24 0.57
Hex 79 8C AC 1E 13 0 21 DA 18 39
Octal 171 214 254 36 23 0 41 332 30 71
Binary 1111001 10001100 10101100 11110 10011 0 100001 11011010 11000 111001

Color Harmonies of #798CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CAC

Black with #798CAC

Text Example


Text Example

White with #798CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798CAC; }

 p { color: rgb(121,140,172); }

 H1.HeaderClassName
 {
   color: #798CAC;
 }
 .AnyTagClassName
 {
   color: #798CAC;
 }
</style>

background-color css

<style>
 a { background-color: #798CAC; }

 a { background-color: rgb(121,140,172); }

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

border-color css

<style>
 span { border-color: #798CAC; }

 span { border-color: rgb(121,140,172); }

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