Html Css Color HEX #7E96DD Portage

📋 copy color: '#7E96DD'

red 126 ◦ green 150 ◦ blue 221

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

Shades of Portage #7E96DD

Tints of Portage #7E96DD

RGB

 RED value IS 126 (49.61% from 255) = 25.35%

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

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

R = 25.35%
G = 30.18%
B = 44.47%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E96DD (or 0x7E96DD) is known color: Portage. HEX triplet: 7E, 96 and DD. RGB value is (126,150,221). Sum of RGB (Red+Green+Blue) = 126+150+221=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E96DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E96DD is #816922. Grayscale: #969696. Windows color (decimal): -8481059 or 14521982. OLE color: 14521982.

HSL color Cylindrical-coordinate representation of color #7E96DD: hue angle of 224.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E96DD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 150 221 -
CMYK 0.43 0.32 0 0.13
HSL 224.84º 0.58% 0.68% -
HSV(B) 224.84º 0.43% 0.87% -
XYZ 32.56 31.47 72.76 -
YUV 150.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 126 150 221 0.43 0.32 0 0.13 224.84 0.58 0.68
Hex 7E 96 DD 2B 20 0 D E1 3A 44
Octal 176 226 335 53 40 0 15 341 72 104
Binary 1111110 10010110 11011101 101011 100000 0 1101 11100001 111010 1000100

Color Harmonies of #7E96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E96DD

Black with #7E96DD

Text Example


Text Example

White with #7E96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E96DD; }

 p { color: rgb(126,150,221); }

 H1.HeaderClassName
 {
   color: #7E96DD;
 }
 .AnyTagClassName
 {
   color: #7E96DD;
 }
</style>

background-color css

<style>
 a { background-color: #7E96DD; }

 a { background-color: rgb(126,150,221); }

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

border-color css

<style>
 span { border-color: #7E96DD; }

 span { border-color: rgb(126,150,221); }

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