#7E85DF

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

Shades of Portage #7E85DF

Tints of Portage #7E85DF

Color information

#7E85DF (or 0x7E85DF) is unknown color: approx Portage. HEX triplet: 7E, 85 and DF. RGB value is (126,133,223). Sum of RGB (Red+Green+Blue) = 126+133+223=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E85DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85DF is #817A20. Grayscale: #8C8C8C. Windows color (decimal): -8485409 or 14648702. OLE color: 14648702.

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

Color convert

RGB126133223-
CMYK0.430.4000.13
HSL235.67º60.25%68.43%-
HSV(B)235.67º43.5%87.45%-
XYZ30.3126.5473.34-
YUV141.17174.18117.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.14%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=26.14%
G=27.59%
B=46.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261332230.430.4000.13235.6760.2568.43
Hex7E85DF2B280Dec3c44
Octal176205337535001535474104
Binary1111110100001011101111110101110100001101111011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,223); }

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

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

 a { background-color: rgb(126,133,223); }

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

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

 span { border-color: rgb(126,133,223); }

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