Html Css Color HEX #7E5BE8 Medium Slate Blue

📋 copy color: '#7E5BE8'

red 126 ◦ green 91 ◦ blue 232

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

Shades of Medium Slate Blue #7E5BE8

Tints of Medium Slate Blue #7E5BE8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 232 (91.02% from 255) = 51.67%

R = 28.06%
G = 20.27%
B = 51.67%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7E5BE8 (or 0x7E5BE8) is known color: Medium Slate Blue. HEX triplet: 7E, 5B and E8. RGB value is (126,91,232). Sum of RGB (Red+Green+Blue) = 126+91+232=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 232 (91.02% from 255 or 51.67% from 449); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E5BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5BE8 is #81A417. Grayscale: #757575. Windows color (decimal): -8496152 or 15227774. OLE color: 15227774.

HSL color Cylindrical-coordinate representation of color #7E5BE8: hue angle of 254.89º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E5BE8 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 91 232 -
CMYK 0.46 0.61 0 0.09
HSL 254.89º 0.75% 0.63% -
HSV(B) 254.89º 0.61% 0.91% -
XYZ 26.91 17.74 78.35 -
YUV 117.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 126 91 232 0.46 0.61 0 0.09 254.89 0.75 0.63
Hex 7E 5B E8 2E 3D 0 9 FF 4B 3F
Octal 176 133 350 56 75 0 11 377 113 77
Binary 1111110 1011011 11101000 101110 111101 0 1001 11111111 1001011 111111

Color Harmonies of #7E5BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5BE8

Black with #7E5BE8

Text Example


Text Example

White with #7E5BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,91,232); }

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

background-color css

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

 a { background-color: rgb(126,91,232); }

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

border-color css

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

 span { border-color: rgb(126,91,232); }

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