Html Css Color HEX #7983DD Portage

📋 copy color: '#7983DD'

red 121 ◦ green 131 ◦ blue 221

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

Shades of Portage #7983DD

Tints of Portage #7983DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 25.58%
G = 27.7%
B = 46.72%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7983DD (or 0x7983DD) is known color: Portage. HEX triplet: 79, 83 and DD. RGB value is (121,131,221). Sum of RGB (Red+Green+Blue) = 121+131+221=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7983DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983DD is #867C22. Grayscale: #898989. Windows color (decimal): -8813603 or 14517113. OLE color: 14517113.

HSL color Cylindrical-coordinate representation of color #7983DD: hue angle of 234º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7983DD is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 131 221 -
CMYK 0.45 0.41 0 0.13
HSL 234º 0.6% 0.67% -
HSV(B) 234º 0.45% 0.87% -
XYZ 29.05 25.52 71.8 -
YUV 138.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 121 131 221 0.45 0.41 0 0.13 234 0.6 0.67
Hex 79 83 DD 2D 29 0 D EA 3C 43
Octal 171 203 335 55 51 0 15 352 74 103
Binary 1111001 10000011 11011101 101101 101001 0 1101 11101010 111100 1000011

Color Harmonies of #7983DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983DD

Black with #7983DD

Text Example


Text Example

White with #7983DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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