Html Css Color HEX #7983DE Portage

📋 copy color: '#7983DE'

red 121 ◦ green 131 ◦ blue 222

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

Shades of Portage #7983DE

Tints of Portage #7983DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 25.53%
G = 27.64%
B = 46.84%

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

#7983DE (or 0x7983DE) is known color: Portage. HEX triplet: 79, 83 and DE. RGB value is (121,131,222). Sum of RGB (Red+Green+Blue) = 121+131+222=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #7983DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983DE is #867C21. Grayscale: #8A8A8A. Windows color (decimal): -8813602 or 14582649. OLE color: 14582649.

HSL color Cylindrical-coordinate representation of color #7983DE: hue angle of 234.06º 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 #7983DE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 131 222 -
CMYK 0.45 0.41 0 0.13
HSL 234.06º 0.6% 0.67% -
HSV(B) 234.06º 0.45% 0.87% -
XYZ 29.19 25.57 72.5 -
YUV 138.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 121 131 222 0.45 0.41 0 0.13 234.06 0.6 0.67
Hex 79 83 DE 2D 29 0 D EA 3C 43
Octal 171 203 336 55 51 0 15 352 74 103
Binary 1111001 10000011 11011110 101101 101001 0 1101 11101010 111100 1000011

Color Harmonies of #7983DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983DE

Black with #7983DE

Text Example


Text Example

White with #7983DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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