Html Css Color HEX #7E5FFE Light Slate Blue

📋 copy color: '#7E5FFE'

red 126 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #7E5FFE

Tints of Light Slate Blue #7E5FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 26.53%
G = 20%
B = 53.47%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E5FFE (or 0x7E5FFE) is known color: Light Slate Blue. HEX triplet: 7E, 5F and FE. RGB value is (126,95,254). Sum of RGB (Red+Green+Blue) = 126+95+254=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5FFE is #81A001. Grayscale: #797979. Windows color (decimal): -8495106 or 16670590. OLE color: 16670590.

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

Color convert

RGB 126 95 254 -
CMYK 0.50 0.63 0 0.00
HSL 251.7º 0.99% 0.68% -
HSV(B) 251.7º 0.63% 1% -
XYZ 30.59 19.78 95.97 -
YUV 122.4 202.27 130.57 -
System Red Green Blue C M Y K H S L
Decimal 126 95 254 0.50 0.63 0 0.00 251.7 0.99 0.68
Hex 7E 5F FE 32 3F 0 0 FC 63 44
Octal 176 137 376 62 77 0 0 374 143 104
Binary 1111110 1011111 11111110 110010 111111 0 0 11111100 1100011 1000100

Color Harmonies of #7E5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FFE

Black with #7E5FFE

Text Example


Text Example

White with #7E5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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