Html Css Color HEX #915EFE Light Slate Blue

📋 copy color: '#915EFE'

red 145 ◦ green 94 ◦ blue 254

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

Shades of Light Slate Blue #915EFE

Tints of Light Slate Blue #915EFE

RGB

 RED value IS 145 (57.03% from 255) = 29.41%

 GREEN value IS 94 (37.11% from 255) = 19.07%

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

R = 29.41%
G = 19.07%
B = 51.52%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#915EFE (or 0x915EFE) is known color: Light Slate Blue. HEX triplet: 91, 5E and FE. RGB value is (145,94,254). Sum of RGB (Red+Green+Blue) = 145+94+254=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #915EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EFE is #6EA101. Grayscale: #7E7E7E. Windows color (decimal): -7250178 or 16670353. OLE color: 16670353.

HSL color Cylindrical-coordinate representation of color #915EFE: hue angle of 259.12º 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 #915EFE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 94 254 -
CMYK 0.43 0.63 0 0.00
HSL 259.13º 0.99% 0.68% -
HSV(B) 259.13º 0.63% 1% -
XYZ 33.57 21.18 96.08 -
YUV 127.49 199.4 140.49 -
System Red Green Blue C M Y K H S L
Decimal 145 94 254 0.43 0.63 0 0.00 259.13 0.99 0.68
Hex 91 5E FE 2B 3F 0 0 103 63 44
Octal 221 136 376 53 77 0 0 403 143 104
Binary 10010001 1011110 11111110 101011 111111 0 0 100000011 1100011 1000100

Color Harmonies of #915EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EFE

Black with #915EFE

Text Example


Text Example

White with #915EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915EFE; }

 p { color: rgb(145,94,254); }

 H1.HeaderClassName
 {
   color: #915EFE;
 }
 .AnyTagClassName
 {
   color: #915EFE;
 }
</style>

background-color css

<style>
 a { background-color: #915EFE; }

 a { background-color: rgb(145,94,254); }

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

border-color css

<style>
 span { border-color: #915EFE; }

 span { border-color: rgb(145,94,254); }

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