Html Css Color HEX #7984D5 Portage

📋 copy color: '#7984D5'

red 121 ◦ green 132 ◦ blue 213

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

Shades of Portage #7984D5

Tints of Portage #7984D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 25.97%
G = 28.33%
B = 45.71%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7984D5 (or 0x7984D5) is known color: Portage. HEX triplet: 79, 84 and D5. RGB value is (121,132,213). Sum of RGB (Red+Green+Blue) = 121+132+213=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #7984D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984D5 is #867B2A. Grayscale: #898989. Windows color (decimal): -8813355 or 13993081. OLE color: 13993081.

HSL color Cylindrical-coordinate representation of color #7984D5: hue angle of 232.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7984D5 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 132 213 -
CMYK 0.43 0.38 0 0.16
HSL 232.83º 0.52% 0.65% -
HSV(B) 232.83º 0.43% 0.84% -
XYZ 28.15 25.37 66.36 -
YUV 137.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 121 132 213 0.43 0.38 0 0.16 232.83 0.52 0.65
Hex 79 84 D5 2B 26 0 10 E9 34 41
Octal 171 204 325 53 46 0 20 351 64 101
Binary 1111001 10000100 11010101 101011 100110 0 10000 11101001 110100 1000001

Color Harmonies of #7984D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7984D5

Black with #7984D5

Text Example


Text Example

White with #7984D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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