Html Css Color HEX #7E5FFD Medium Slate Blue

📋 copy color: '#7E5FFD'

red 126 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #7E5FFD

Tints of Medium Slate Blue #7E5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.04%

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 26.58%
G = 20.04%
B = 53.38%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E5FFD (or 0x7E5FFD) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and FD. RGB value is (126,95,253). Sum of RGB (Red+Green+Blue) = 126+95+253=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E5FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5FFD is #81A002. Grayscale: #797979. Windows color (decimal): -8495107 or 16605054. OLE color: 16605054.

HSL color Cylindrical-coordinate representation of color #7E5FFD: hue angle of 251.77º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E5FFD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 95 253 -
CMYK 0.50 0.62 0 0.01
HSL 251.77º 0.98% 0.68% -
HSV(B) 251.77º 0.62% 0.99% -
XYZ 30.43 19.71 95.13 -
YUV 122.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 126 95 253 0.50 0.62 0 0.01 251.77 0.98 0.68
Hex 7E 5F FD 32 3E 0 1 FC 62 44
Octal 176 137 375 62 76 0 1 374 142 104
Binary 1111110 1011111 11111101 110010 111110 0 1 11111100 1100010 1000100

Color Harmonies of #7E5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FFD

Black with #7E5FFD

Text Example


Text Example

White with #7E5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,95,253); }

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

background-color css

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

 a { background-color: rgb(126,95,253); }

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

border-color css

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

 span { border-color: rgb(126,95,253); }

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