Html Css Color HEX #7993DC Portage

📋 copy color: '#7993DC'

red 121 ◦ green 147 ◦ blue 220

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

Shades of Portage #7993DC

Tints of Portage #7993DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 24.8%
G = 30.12%
B = 45.08%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7993DC (or 0x7993DC) is known color: Portage. HEX triplet: 79, 93 and DC. RGB value is (121,147,220). Sum of RGB (Red+Green+Blue) = 121+147+220=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #7993DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993DC is #866C23. Grayscale: #939393. Windows color (decimal): -8809508 or 14455673. OLE color: 14455673.

HSL color Cylindrical-coordinate representation of color #7993DC: hue angle of 224.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7993DC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 147 220 -
CMYK 0.45 0.33 0 0.14
HSL 224.24º 0.59% 0.67% -
HSV(B) 224.24º 0.45% 0.86% -
XYZ 31.24 30.1 71.87 -
YUV 147.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 121 147 220 0.45 0.33 0 0.14 224.24 0.59 0.67
Hex 79 93 DC 2D 21 0 E E0 3B 43
Octal 171 223 334 55 41 0 16 340 73 103
Binary 1111001 10010011 11011100 101101 100001 0 1110 11100000 111011 1000011

Color Harmonies of #7993DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993DC

Black with #7993DC

Text Example


Text Example

White with #7993DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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