Html Css Color HEX #7993CE Portage

📋 copy color: '#7993CE'

red 121 ◦ green 147 ◦ blue 206

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

Shades of Portage #7993CE

Tints of Portage #7993CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 25.53%
G = 31.01%
B = 43.46%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7993CE (or 0x7993CE) is known color: Portage. HEX triplet: 79, 93 and CE. RGB value is (121,147,206). Sum of RGB (Red+Green+Blue) = 121+147+206=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7993CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993CE is #866C31. Grayscale: #919191. Windows color (decimal): -8809522 or 13538169. OLE color: 13538169.

HSL color Cylindrical-coordinate representation of color #7993CE: hue angle of 221.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7993CE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 147 206 -
CMYK 0.41 0.29 0 0.19
HSL 221.65º 0.46% 0.64% -
HSV(B) 221.65º 0.41% 0.81% -
XYZ 29.46 29.39 62.51 -
YUV 145.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 121 147 206 0.41 0.29 0 0.19 221.65 0.46 0.64
Hex 79 93 CE 29 1D 0 13 DE 2E 40
Octal 171 223 316 51 35 0 23 336 56 100
Binary 1111001 10010011 11001110 101001 11101 0 10011 11011110 101110 1000000

Color Harmonies of #7993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993CE

Black with #7993CE

Text Example


Text Example

White with #7993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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