Html Css Color HEX #7984DC Portage

📋 copy color: '#7984DC'

red 121 ◦ green 132 ◦ blue 220

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

Shades of Portage #7984DC

Tints of Portage #7984DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

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

R = 25.58%
G = 27.91%
B = 46.51%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7984DC (or 0x7984DC) is known color: Portage. HEX triplet: 79, 84 and DC. RGB value is (121,132,220). Sum of RGB (Red+Green+Blue) = 121+132+220=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7984DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984DC is #867B23. Grayscale: #8A8A8A. Windows color (decimal): -8813348 or 14451833. OLE color: 14451833.

HSL color Cylindrical-coordinate representation of color #7984DC: hue angle of 233.33º 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 #7984DC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 132 220 -
CMYK 0.45 0.40 0 0.14
HSL 233.33º 0.59% 0.67% -
HSV(B) 233.33º 0.45% 0.86% -
XYZ 29.05 25.73 71.15 -
YUV 138.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 121 132 220 0.45 0.40 0 0.14 233.33 0.59 0.67
Hex 79 84 DC 2D 28 0 E E9 3B 43
Octal 171 204 334 55 50 0 16 351 73 103
Binary 1111001 10000100 11011100 101101 101000 0 1110 11101001 111011 1000011

Color Harmonies of #7984DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7984DC

Black with #7984DC

Text Example


Text Example

White with #7984DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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