Html Css Color HEX #7993AE Ship Cove

📋 copy color: '#7993AE'

red 121 ◦ green 147 ◦ blue 174

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

Shades of Ship Cove #7993AE

Tints of Ship Cove #7993AE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.26%

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 27.38%
G = 33.26%
B = 39.37%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7993AE (or 0x7993AE) is known color: Ship Cove. HEX triplet: 79, 93 and AE. RGB value is (121,147,174). Sum of RGB (Red+Green+Blue) = 121+147+174=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #7993AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7993AE is #866C51. Grayscale: #8E8E8E. Windows color (decimal): -8809554 or 11441017. OLE color: 11441017.

HSL color Cylindrical-coordinate representation of color #7993AE: hue angle of 210.57º degrees, saturation: 0.25, 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 #7993AE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 147 174 -
CMYK 0.30 0.16 0 0.32
HSL 210.57º 0.25% 0.58% -
HSV(B) 210.57º 0.3% 0.68% -
XYZ 25.96 27.99 44.08 -
YUV 142.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 121 147 174 0.30 0.16 0 0.32 210.57 0.25 0.58
Hex 79 93 AE 1E 10 0 20 D3 19 3A
Octal 171 223 256 36 20 0 40 323 31 72
Binary 1111001 10010011 10101110 11110 10000 0 100000 11010011 11001 111010

Color Harmonies of #7993AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993AE

Black with #7993AE

Text Example


Text Example

White with #7993AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7993AE; }

 p { color: rgb(121,147,174); }

 H1.HeaderClassName
 {
   color: #7993AE;
 }
 .AnyTagClassName
 {
   color: #7993AE;
 }
</style>

background-color css

<style>
 a { background-color: #7993AE; }

 a { background-color: rgb(121,147,174); }

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

border-color css

<style>
 span { border-color: #7993AE; }

 span { border-color: rgb(121,147,174); }

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