Html Css Color HEX #7996DE Portage

📋 copy color: '#7996DE'

red 121 ◦ green 150 ◦ blue 222

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

Shades of Portage #7996DE

Tints of Portage #7996DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.43%

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

R = 24.54%
G = 30.43%
B = 45.03%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7996DE (or 0x7996DE) is known color: Portage. HEX triplet: 79, 96 and DE. RGB value is (121,150,222). Sum of RGB (Red+Green+Blue) = 121+150+222=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #7996DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996DE is #866921. Grayscale: #959595. Windows color (decimal): -8808738 or 14587513. OLE color: 14587513.

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

Color convert

RGB 121 150 222 -
CMYK 0.45 0.32 0 0.13
HSL 222.77º 0.6% 0.67% -
HSV(B) 222.77º 0.45% 0.87% -
XYZ 31.98 31.15 73.43 -
YUV 149.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 121 150 222 0.45 0.32 0 0.13 222.77 0.6 0.67
Hex 79 96 DE 2D 20 0 D DF 3C 43
Octal 171 226 336 55 40 0 15 337 74 103
Binary 1111001 10010110 11011110 101101 100000 0 1101 11011111 111100 1000011

Color Harmonies of #7996DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7996DE

Black with #7996DE

Text Example


Text Example

White with #7996DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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