Html Css Color HEX #798BAF Ship Cove

📋 copy color: '#798BAF'

red 121 ◦ green 139 ◦ blue 175

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

Shades of Ship Cove #798BAF

Tints of Ship Cove #798BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.95%

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

R = 27.82%
G = 31.95%
B = 40.23%

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

#798BAF (or 0x798BAF) is known color: Ship Cove. HEX triplet: 79, 8B and AF. RGB value is (121,139,175). Sum of RGB (Red+Green+Blue) = 121+139+175=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #798BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BAF is #867450. Grayscale: #898989. Windows color (decimal): -8811601 or 11504505. OLE color: 11504505.

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

Color convert

RGB 121 139 175 -
CMYK 0.31 0.21 0 0.31
HSL 220º 0.25% 0.58% -
HSV(B) 220º 0.31% 0.69% -
XYZ 24.86 25.63 44.19 -
YUV 137.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 121 139 175 0.31 0.21 0 0.31 220 0.25 0.58
Hex 79 8B AF 1F 15 0 1F DC 19 3A
Octal 171 213 257 37 25 0 37 334 31 72
Binary 1111001 10001011 10101111 11111 10101 0 11111 11011100 11001 111010

Color Harmonies of #798BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BAF

Black with #798BAF

Text Example


Text Example

White with #798BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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