Html Css Color HEX #798BA5 Ship Cove

📋 copy color: '#798BA5'

red 121 ◦ green 139 ◦ blue 165

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

Shades of Ship Cove #798BA5

Tints of Ship Cove #798BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 28.47%
G = 32.71%
B = 38.82%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#798BA5 (or 0x798BA5) is known color: Ship Cove. HEX triplet: 79, 8B and A5. RGB value is (121,139,165). Sum of RGB (Red+Green+Blue) = 121+139+165=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 165 - color contains mainly: blue. Hex color #798BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BA5 is #86745A. Grayscale: #888888. Windows color (decimal): -8811611 or 10849145. OLE color: 10849145.

HSL color Cylindrical-coordinate representation of color #798BA5: hue angle of 215.45º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #798BA5 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 139 165 -
CMYK 0.27 0.16 0 0.35
HSL 215.45º 0.2% 0.56% -
HSV(B) 215.45º 0.27% 0.65% -
XYZ 23.91 25.25 39.21 -
YUV 136.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 121 139 165 0.27 0.16 0 0.35 215.45 0.2 0.56
Hex 79 8B A5 1B 10 0 23 D7 14 38
Octal 171 213 245 33 20 0 43 327 24 70
Binary 1111001 10001011 10100101 11011 10000 0 100011 11010111 10100 111000

Color Harmonies of #798BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BA5

Black with #798BA5

Text Example


Text Example

White with #798BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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