#7E95DA

Color #7E95DA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7E95DA

Tints of Portage #7E95DA

Color information

#7E95DA (or 0x7E95DA) is unknown color: approx Portage. HEX triplet: 7E, 95 and DA. RGB value is (126,149,218). Sum of RGB (Red+Green+Blue) = 126+149+218=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E95DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E95DA is #816A25. Grayscale: #959595. Windows color (decimal): -8481318 or 14325118. OLE color: 14325118.

HSL color Cylindrical-coordinate representation of color #7E95DA: hue angle of 225º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E95DA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126149218-
CMYK0.420.3200.15
HSL225º55.42%67.45%-
HSV(B)225º42.2%85.49%-
XYZ32.0130.9970.62-
YUV149.99166.38110.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.56%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=25.56%
G=30.22%
B=44.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261492180.420.3200.1522555.4267.45
Hex7E95DA2A200Fe13743
Octal176225332524001734167103
Binary1111110100101011101101010101010000001111111000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E95DA;
 }
 .AnyTagClassName
 {
   color: #7E95DA;
 }
</style>
background-color css

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

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

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

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

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

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