Html Css Color HEX #798AA4 Ship Cove

📋 copy color: '#798AA4'

red 121 ◦ green 138 ◦ blue 164

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

Shades of Ship Cove #798AA4

Tints of Ship Cove #798AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 28.61%
G = 32.62%
B = 38.77%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#798AA4 (or 0x798AA4) is known color: Ship Cove. HEX triplet: 79, 8A and A4. RGB value is (121,138,164). Sum of RGB (Red+Green+Blue) = 121+138+164=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #798AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798AA4 is #86755B. Grayscale: #878787. Windows color (decimal): -8811868 or 10783353. OLE color: 10783353.

HSL color Cylindrical-coordinate representation of color #798AA4: hue angle of 216.28º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #798AA4 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 138 164 -
CMYK 0.26 0.16 0 0.36
HSL 216.28º 0.19% 0.56% -
HSV(B) 216.28º 0.26% 0.64% -
XYZ 23.67 24.92 38.68 -
YUV 135.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 121 138 164 0.26 0.16 0 0.36 216.28 0.19 0.56
Hex 79 8A A4 1A 10 0 24 D8 13 38
Octal 171 212 244 32 20 0 44 330 23 70
Binary 1111001 10001010 10100100 11010 10000 0 100100 11011000 10011 111000

Color Harmonies of #798AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798AA4

Black with #798AA4

Text Example


Text Example

White with #798AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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