Html Css Color HEX #915EFB Light Slate Blue

📋 copy color: '#915EFB'

red 145 ◦ green 94 ◦ blue 251

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

Shades of Light Slate Blue #915EFB

Tints of Light Slate Blue #915EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 29.59%
G = 19.18%
B = 51.22%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#915EFB (or 0x915EFB) is known color: Light Slate Blue. HEX triplet: 91, 5E and FB. RGB value is (145,94,251). Sum of RGB (Red+Green+Blue) = 145+94+251=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #915EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EFB is #6EA104. Grayscale: #7E7E7E. Windows color (decimal): -7250181 or 16473745. OLE color: 16473745.

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

Color convert

RGB 145 94 251 -
CMYK 0.42 0.63 0 0.02
HSL 259.49º 0.95% 0.68% -
HSV(B) 259.49º 0.63% 0.98% -
XYZ 33.09 20.99 93.57 -
YUV 127.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 145 94 251 0.42 0.63 0 0.02 259.49 0.95 0.68
Hex 91 5E FB 2A 3F 0 2 103 5F 44
Octal 221 136 373 52 77 0 2 403 137 104
Binary 10010001 1011110 11111011 101010 111111 0 10 100000011 1011111 1000100

Color Harmonies of #915EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EFB

Black with #915EFB

Text Example


Text Example

White with #915EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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