Html Css Color HEX #798BAD Ship Cove

📋 copy color: '#798BAD'

red 121 ◦ green 139 ◦ blue 173

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

Shades of Ship Cove #798BAD

Tints of Ship Cove #798BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 27.94%
G = 32.1%
B = 39.95%

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

#798BAD (or 0x798BAD) is known color: Ship Cove. HEX triplet: 79, 8B and AD. RGB value is (121,139,173). Sum of RGB (Red+Green+Blue) = 121+139+173=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #798BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BAD is #867452. Grayscale: #898989. Windows color (decimal): -8811603 or 11373433. OLE color: 11373433.

HSL color Cylindrical-coordinate representation of color #798BAD: hue angle of 219.23º degrees, saturation: 0.24, 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 #798BAD is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 139 173 -
CMYK 0.30 0.20 0 0.32
HSL 219.23º 0.24% 0.58% -
HSV(B) 219.23º 0.3% 0.68% -
XYZ 24.66 25.55 43.17 -
YUV 137.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 121 139 173 0.30 0.20 0 0.32 219.23 0.24 0.58
Hex 79 8B AD 1E 14 0 20 DB 18 3A
Octal 171 213 255 36 24 0 40 333 30 72
Binary 1111001 10001011 10101101 11110 10100 0 100000 11011011 11000 111010

Color Harmonies of #798BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BAD

Black with #798BAD

Text Example


Text Example

White with #798BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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