Html Css Color HEX #915FFA Light Slate Blue

📋 copy color: '#915FFA'

red 145 ◦ green 95 ◦ blue 250

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

Shades of Light Slate Blue #915FFA

Tints of Light Slate Blue #915FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 29.59%
G = 19.39%
B = 51.02%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#915FFA (or 0x915FFA) is known color: Light Slate Blue. HEX triplet: 91, 5F and FA. RGB value is (145,95,250). Sum of RGB (Red+Green+Blue) = 145+95+250=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #915FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FFA is #6EA005. Grayscale: #7F7F7F. Windows color (decimal): -7249926 or 16408465. OLE color: 16408465.

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

Color convert

RGB 145 95 250 -
CMYK 0.42 0.62 0 0.02
HSL 259.35º 0.94% 0.68% -
HSV(B) 259.35º 0.62% 0.98% -
XYZ 33.02 21.11 92.78 -
YUV 127.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 145 95 250 0.42 0.62 0 0.02 259.35 0.94 0.68
Hex 91 5F FA 2A 3E 0 2 103 5E 44
Octal 221 137 372 52 76 0 2 403 136 104
Binary 10010001 1011111 11111010 101010 111110 0 10 100000011 1011110 1000100

Color Harmonies of #915FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FFA

Black with #915FFA

Text Example


Text Example

White with #915FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,95,250); }

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

background-color css

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

 a { background-color: rgb(145,95,250); }

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

border-color css

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

 span { border-color: rgb(145,95,250); }

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