#7E65EB

Color #7E65EB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7E65EB

Tints of Medium Slate Blue #7E65EB

Color information

#7E65EB (or 0x7E65EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 65 and EB. RGB value is (126,101,235). Sum of RGB (Red+Green+Blue) = 126+101+235=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65EB is #819A14. Grayscale: #7B7B7B. Windows color (decimal): -8493589 or 15426942. OLE color: 15426942.

HSL color Cylindrical-coordinate representation of color #7E65EB: hue angle of 251.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E65EB is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126101235-
CMYK0.460.5700.08
HSL251.19º77.01%65.88%-
HSV(B)251.19º57.02%92.16%-
XYZ28.2519.7480.92-
YUV123.75190.78129.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=27.27%
G=21.86%
B=50.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261012350.460.5700.08251.1977.0165.88
Hex7E65EB2E3908fb4d42
Octal1761453535671010373115102
Binary1111110110010111101011101110111001010001111101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,101,235); }

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

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

 a { background-color: rgb(126,101,235); }

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

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

 span { border-color: rgb(126,101,235); }

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