Html Css Color HEX #7E5FFB Medium Slate Blue

📋 copy color: '#7E5FFB'

red 126 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #7E5FFB

Tints of Medium Slate Blue #7E5FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 26.69%
G = 20.13%
B = 53.18%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E5FFB (or 0x7E5FFB) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and FB. RGB value is (126,95,251). Sum of RGB (Red+Green+Blue) = 126+95+251=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E5FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5FFB is #81A004. Grayscale: #797979. Windows color (decimal): -8495109 or 16473982. OLE color: 16473982.

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

Color convert

RGB 126 95 251 -
CMYK 0.50 0.62 0 0.02
HSL 251.92º 0.95% 0.68% -
HSV(B) 251.92º 0.62% 0.98% -
XYZ 30.11 19.59 93.46 -
YUV 122.05 200.77 130.82 -
System Red Green Blue C M Y K H S L
Decimal 126 95 251 0.50 0.62 0 0.02 251.92 0.95 0.68
Hex 7E 5F FB 32 3E 0 2 FC 5F 44
Octal 176 137 373 62 76 0 2 374 137 104
Binary 1111110 1011111 11111011 110010 111110 0 10 11111100 1011111 1000100

Color Harmonies of #7E5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FFB

Black with #7E5FFB

Text Example


Text Example

White with #7E5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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