Html Css Color HEX #798DAF Ship Cove

📋 copy color: '#798DAF'

red 121 ◦ green 141 ◦ blue 175

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

Shades of Ship Cove #798DAF

Tints of Ship Cove #798DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.27%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 27.69%
G = 32.27%
B = 40.05%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#798DAF (or 0x798DAF) is known color: Ship Cove. HEX triplet: 79, 8D and AF. RGB value is (121,141,175). Sum of RGB (Red+Green+Blue) = 121+141+175=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #798DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798DAF is #867250. Grayscale: #8A8A8A. Windows color (decimal): -8811089 or 11505017. OLE color: 11505017.

HSL color Cylindrical-coordinate representation of color #798DAF: hue angle of 217.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #798DAF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 141 175 -
CMYK 0.31 0.19 0 0.31
HSL 217.78º 0.25% 0.58% -
HSV(B) 217.78º 0.31% 0.69% -
XYZ 25.15 26.21 44.29 -
YUV 138.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 121 141 175 0.31 0.19 0 0.31 217.78 0.25 0.58
Hex 79 8D AF 1F 13 0 1F DA 19 3A
Octal 171 215 257 37 23 0 37 332 31 72
Binary 1111001 10001101 10101111 11111 10011 0 11111 11011010 11001 111010

Color Harmonies of #798DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798DAF

Black with #798DAF

Text Example


Text Example

White with #798DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,141,175); }

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

background-color css

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

 a { background-color: rgb(121,141,175); }

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

border-color css

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

 span { border-color: rgb(121,141,175); }

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