Html Css Color HEX #915EFD Light Slate Blue

📋 copy color: '#915EFD'

red 145 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #915EFD

Tints of Light Slate Blue #915EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 29.47%
G = 19.11%
B = 51.42%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#915EFD (or 0x915EFD) is known color: Light Slate Blue. HEX triplet: 91, 5E and FD. RGB value is (145,94,253). Sum of RGB (Red+Green+Blue) = 145+94+253=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #915EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EFD is #6EA102. Grayscale: #7E7E7E. Windows color (decimal): -7250179 or 16604817. OLE color: 16604817.

HSL color Cylindrical-coordinate representation of color #915EFD: hue angle of 259.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915EFD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 94 253 -
CMYK 0.43 0.63 0 0.01
HSL 259.25º 0.98% 0.68% -
HSV(B) 259.25º 0.63% 0.99% -
XYZ 33.41 21.12 95.24 -
YUV 127.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 145 94 253 0.43 0.63 0 0.01 259.25 0.98 0.68
Hex 91 5E FD 2B 3F 0 1 103 62 44
Octal 221 136 375 53 77 0 1 403 142 104
Binary 10010001 1011110 11111101 101011 111111 0 1 100000011 1100010 1000100

Color Harmonies of #915EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EFD

Black with #915EFD

Text Example


Text Example

White with #915EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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