Html Css Color HEX #7E95DD Portage

📋 copy color: '#7E95DD'

red 126 ◦ green 149 ◦ blue 221

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

Shades of Portage #7E95DD

Tints of Portage #7E95DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

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

R = 25.4%
G = 30.04%
B = 44.56%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E95DD (or 0x7E95DD) is known color: Portage. HEX triplet: 7E, 95 and DD. RGB value is (126,149,221). Sum of RGB (Red+Green+Blue) = 126+149+221=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E95DD is #816A22. Grayscale: #969696. Windows color (decimal): -8481315 or 14521726. OLE color: 14521726.

HSL color Cylindrical-coordinate representation of color #7E95DD: hue angle of 225.47º 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 #7E95DD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 149 221 -
CMYK 0.43 0.33 0 0.13
HSL 225.47º 0.58% 0.68% -
HSV(B) 225.47º 0.43% 0.87% -
XYZ 32.4 31.15 72.71 -
YUV 150.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 126 149 221 0.43 0.33 0 0.13 225.47 0.58 0.68
Hex 7E 95 DD 2B 21 0 D E1 3A 44
Octal 176 225 335 53 41 0 15 341 72 104
Binary 1111110 10010101 11011101 101011 100001 0 1101 11100001 111010 1000100

Color Harmonies of #7E95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E95DD

Black with #7E95DD

Text Example


Text Example

White with #7E95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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