Html Css Color HEX #7983D9 Portage

📋 copy color: '#7983D9'

red 121 ◦ green 131 ◦ blue 217

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

Shades of Portage #7983D9

Tints of Portage #7983D9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 25.8%
G = 27.93%
B = 46.27%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7983D9 (or 0x7983D9) is known color: Portage. HEX triplet: 79, 83 and D9. RGB value is (121,131,217). Sum of RGB (Red+Green+Blue) = 121+131+217=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #7983D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983D9 is #867C26. Grayscale: #898989. Windows color (decimal): -8813607 or 14254969. OLE color: 14254969.

HSL color Cylindrical-coordinate representation of color #7983D9: hue angle of 233.75º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7983D9 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 131 217 -
CMYK 0.44 0.40 0 0.15
HSL 233.75º 0.56% 0.66% -
HSV(B) 233.75º 0.44% 0.85% -
XYZ 28.53 25.31 69.03 -
YUV 137.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 121 131 217 0.44 0.40 0 0.15 233.75 0.56 0.66
Hex 79 83 D9 2C 28 0 F EA 38 42
Octal 171 203 331 54 50 0 17 352 70 102
Binary 1111001 10000011 11011001 101100 101000 0 1111 11101010 111000 1000010

Color Harmonies of #7983D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983D9

Black with #7983D9

Text Example


Text Example

White with #7983D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7983D9; }

 p { color: rgb(121,131,217); }

 H1.HeaderClassName
 {
   color: #7983D9;
 }
 .AnyTagClassName
 {
   color: #7983D9;
 }
</style>

background-color css

<style>
 a { background-color: #7983D9; }

 a { background-color: rgb(121,131,217); }

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

border-color css

<style>
 span { border-color: #7983D9; }

 span { border-color: rgb(121,131,217); }

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