Html Css Color HEX #798CAE Ship Cove

📋 copy color: '#798CAE'

red 121 ◦ green 140 ◦ blue 174

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

Shades of Ship Cove #798CAE

Tints of Ship Cove #798CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40%

R = 27.82%
G = 32.18%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#798CAE (or 0x798CAE) is known color: Ship Cove. HEX triplet: 79, 8C and AE. RGB value is (121,140,174). Sum of RGB (Red+Green+Blue) = 121+140+174=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #798CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CAE is #867351. Grayscale: #8A8A8A. Windows color (decimal): -8811346 or 11439225. OLE color: 11439225.

HSL color Cylindrical-coordinate representation of color #798CAE: hue angle of 218.49º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #798CAE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 140 174 -
CMYK 0.30 0.20 0 0.32
HSL 218.49º 0.25% 0.58% -
HSV(B) 218.49º 0.3% 0.68% -
XYZ 24.9 25.88 43.73 -
YUV 138.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 121 140 174 0.30 0.20 0 0.32 218.49 0.25 0.58
Hex 79 8C AE 1E 14 0 20 DA 19 3A
Octal 171 214 256 36 24 0 40 332 31 72
Binary 1111001 10001100 10101110 11110 10100 0 100000 11011010 11001 111010

Color Harmonies of #798CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CAE

Black with #798CAE

Text Example


Text Example

White with #798CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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