#7E65F9

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

Shades of Medium Slate Blue #7E65F9

Tints of Medium Slate Blue #7E65F9

Color information

#7E65F9 (or 0x7E65F9) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 65 and F9. RGB value is (126,101,249). Sum of RGB (Red+Green+Blue) = 126+101+249=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #7E65F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65F9 is #819A06. Grayscale: #7C7C7C. Windows color (decimal): -8493575 or 16344446. OLE color: 16344446.

HSL color Cylindrical-coordinate representation of color #7E65F9: hue angle of 250.14º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E65F9 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126101249-
CMYK0.490.5900.02
HSL250.14º92.5%68.63%-
HSV(B)250.14º59.44%97.65%-
XYZ30.3620.5892-
YUV125.35197.78128.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.47%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 249 (97.66% from 255) = 52.31%
R=26.47%
G=21.22%
B=52.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261012490.490.5900.02250.1492.568.63
Hex7E65F9313B02fa5c45
Octal176145371617302372134105
Binary11111101100101111110011100011110110101111101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E65F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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