Html Css Color HEX #915DFE Light Slate Blue

📋 copy color: '#915DFE'

red 145 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #915DFE

Tints of Light Slate Blue #915DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.9%

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

R = 29.47%
G = 18.9%
B = 51.63%

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

#915DFE (or 0x915DFE) is known color: Light Slate Blue. HEX triplet: 91, 5D and FE. RGB value is (145,93,254). Sum of RGB (Red+Green+Blue) = 145+93+254=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #915DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DFE is #6EA201. Grayscale: #7E7E7E. Windows color (decimal): -7250434 or 16670097. OLE color: 16670097.

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

Color convert

RGB 145 93 254 -
CMYK 0.43 0.63 0 0.00
HSL 259.38º 0.99% 0.68% -
HSV(B) 259.38º 0.63% 1% -
XYZ 33.48 21 96.06 -
YUV 126.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 145 93 254 0.43 0.63 0 0.00 259.38 0.99 0.68
Hex 91 5D FE 2B 3F 0 0 103 63 44
Octal 221 135 376 53 77 0 0 403 143 104
Binary 10010001 1011101 11111110 101011 111111 0 0 100000011 1100011 1000100

Color Harmonies of #915DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DFE

Black with #915DFE

Text Example


Text Example

White with #915DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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