Html Css Color HEX #7993AF Ship Cove

📋 copy color: '#7993AF'

red 121 ◦ green 147 ◦ blue 175

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

Shades of Ship Cove #7993AF

Tints of Ship Cove #7993AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 27.31%
G = 33.18%
B = 39.5%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7993AF (or 0x7993AF) is known color: Ship Cove. HEX triplet: 79, 93 and AF. RGB value is (121,147,175). Sum of RGB (Red+Green+Blue) = 121+147+175=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #7993AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7993AF is #866C50. Grayscale: #8E8E8E. Windows color (decimal): -8809553 or 11506553. OLE color: 11506553.

HSL color Cylindrical-coordinate representation of color #7993AF: hue angle of 211.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7993AF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 147 175 -
CMYK 0.31 0.16 0 0.31
HSL 211.11º 0.25% 0.58% -
HSV(B) 211.11º 0.31% 0.69% -
XYZ 26.06 28.03 44.59 -
YUV 142.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 121 147 175 0.31 0.16 0 0.31 211.11 0.25 0.58
Hex 79 93 AF 1F 10 0 1F D3 19 3A
Octal 171 223 257 37 20 0 37 323 31 72
Binary 1111001 10010011 10101111 11111 10000 0 11111 11010011 11001 111010

Color Harmonies of #7993AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993AF

Black with #7993AF

Text Example


Text Example

White with #7993AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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