Html Css Color HEX #7993D6 Portage

📋 copy color: '#7993D6'

red 121 ◦ green 147 ◦ blue 214

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

Shades of Portage #7993D6

Tints of Portage #7993D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 25.1%
G = 30.5%
B = 44.4%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7993D6 (or 0x7993D6) is known color: Portage. HEX triplet: 79, 93 and D6. RGB value is (121,147,214). Sum of RGB (Red+Green+Blue) = 121+147+214=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #7993D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993D6 is #866C29. Grayscale: #929292. Windows color (decimal): -8809514 or 14062457. OLE color: 14062457.

HSL color Cylindrical-coordinate representation of color #7993D6: hue angle of 223.23º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7993D6 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 147 214 -
CMYK 0.43 0.31 0 0.16
HSL 223.23º 0.53% 0.66% -
HSV(B) 223.23º 0.43% 0.84% -
XYZ 30.46 29.79 67.76 -
YUV 146.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 121 147 214 0.43 0.31 0 0.16 223.23 0.53 0.66
Hex 79 93 D6 2B 1F 0 10 DF 35 42
Octal 171 223 326 53 37 0 20 337 65 102
Binary 1111001 10010011 11010110 101011 11111 0 10000 11011111 110101 1000010

Color Harmonies of #7993D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993D6

Black with #7993D6

Text Example


Text Example

White with #7993D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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