Html Css Color HEX #798AAF Ship Cove

📋 copy color: '#798AAF'

red 121 ◦ green 138 ◦ blue 175

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

Shades of Ship Cove #798AAF

Tints of Ship Cove #798AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

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

R = 27.88%
G = 31.8%
B = 40.32%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#798AAF (or 0x798AAF) is known color: Ship Cove. HEX triplet: 79, 8A and AF. RGB value is (121,138,175). Sum of RGB (Red+Green+Blue) = 121+138+175=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #798AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798AAF is #867550. Grayscale: #888888. Windows color (decimal): -8811857 or 11504249. OLE color: 11504249.

HSL color Cylindrical-coordinate representation of color #798AAF: hue angle of 221.11º 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 #798AAF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 138 175 -
CMYK 0.31 0.21 0 0.31
HSL 221.11º 0.25% 0.58% -
HSV(B) 221.11º 0.31% 0.69% -
XYZ 24.71 25.34 44.15 -
YUV 137.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 121 138 175 0.31 0.21 0 0.31 221.11 0.25 0.58
Hex 79 8A AF 1F 15 0 1F DD 19 3A
Octal 171 212 257 37 25 0 37 335 31 72
Binary 1111001 10001010 10101111 11111 10101 0 11111 11011101 11001 111010

Color Harmonies of #798AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798AAF

Black with #798AAF

Text Example


Text Example

White with #798AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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