Html Css Color HEX #798AAB Ship Cove

📋 copy color: '#798AAB'

red 121 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #798AAB

Tints of Ship Cove #798AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 28.14%
G = 32.09%
B = 39.77%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#798AAB (or 0x798AAB) is known color: Ship Cove. HEX triplet: 79, 8A and AB. RGB value is (121,138,171). Sum of RGB (Red+Green+Blue) = 121+138+171=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #798AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798AAB is #867554. Grayscale: #888888. Windows color (decimal): -8811861 or 11242105. OLE color: 11242105.

HSL color Cylindrical-coordinate representation of color #798AAB: hue angle of 219.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #798AAB is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 138 171 -
CMYK 0.29 0.19 0 0.33
HSL 219.6º 0.23% 0.57% -
HSV(B) 219.6º 0.29% 0.67% -
XYZ 24.32 25.18 42.11 -
YUV 136.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 121 138 171 0.29 0.19 0 0.33 219.6 0.23 0.57
Hex 79 8A AB 1D 13 0 21 DC 17 39
Octal 171 212 253 35 23 0 41 334 27 71
Binary 1111001 10001010 10101011 11101 10011 0 100001 11011100 10111 111001

Color Harmonies of #798AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798AAB

Black with #798AAB

Text Example


Text Example

White with #798AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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