Html Css Color HEX #915EFC Light Slate Blue

📋 copy color: '#915EFC'

red 145 ◦ green 94 ◦ blue 252

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

Shades of Light Slate Blue #915EFC

Tints of Light Slate Blue #915EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 29.53%
G = 19.14%
B = 51.32%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#915EFC (or 0x915EFC) is known color: Light Slate Blue. HEX triplet: 91, 5E and FC. RGB value is (145,94,252). Sum of RGB (Red+Green+Blue) = 145+94+252=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #915EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EFC is #6EA103. Grayscale: #7E7E7E. Windows color (decimal): -7250180 or 16539281. OLE color: 16539281.

HSL color Cylindrical-coordinate representation of color #915EFC: hue angle of 259.37º degrees, saturation: 0.96, 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 #915EFC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 94 252 -
CMYK 0.42 0.63 0 0.01
HSL 259.37º 0.96% 0.68% -
HSV(B) 259.37º 0.63% 0.99% -
XYZ 33.25 21.05 94.41 -
YUV 127.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 145 94 252 0.42 0.63 0 0.01 259.37 0.96 0.68
Hex 91 5E FC 2A 3F 0 1 103 60 44
Octal 221 136 374 52 77 0 1 403 140 104
Binary 10010001 1011110 11111100 101010 111111 0 1 100000011 1100000 1000100

Color Harmonies of #915EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EFC

Black with #915EFC

Text Example


Text Example

White with #915EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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