Html Css Color HEX #915AF9 Light Slate Blue

📋 copy color: '#915AF9'

red 145 ◦ green 90 ◦ blue 249

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

Shades of Light Slate Blue #915AF9

Tints of Light Slate Blue #915AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 249 (97.66% from 255) = 51.45%

R = 29.96%
G = 18.6%
B = 51.45%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#915AF9 (or 0x915AF9) is known color: Light Slate Blue. HEX triplet: 91, 5A and F9. RGB value is (145,90,249). Sum of RGB (Red+Green+Blue) = 145+90+249=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #915AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915AF9 is #6EA506. Grayscale: #7B7B7B. Windows color (decimal): -7251207 or 16341649. OLE color: 16341649.

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

Color convert

RGB 145 90 249 -
CMYK 0.42 0.64 0 0.02
HSL 260.75º 0.93% 0.66% -
HSV(B) 260.75º 0.64% 0.98% -
XYZ 32.43 20.17 91.81 -
YUV 124.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 145 90 249 0.42 0.64 0 0.02 260.75 0.93 0.66
Hex 91 5A F9 2A 40 0 2 105 5D 42
Octal 221 132 371 52 100 0 2 405 135 102
Binary 10010001 1011010 11111001 101010 1000000 0 10 100000101 1011101 1000010

Color Harmonies of #915AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AF9

Black with #915AF9

Text Example


Text Example

White with #915AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,90,249); }

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

background-color css

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

 a { background-color: rgb(145,90,249); }

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

border-color css

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

 span { border-color: rgb(145,90,249); }

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