Html Css Color HEX #915FF6 Light Slate Blue

📋 copy color: '#915FF6'

red 145 ◦ green 95 ◦ blue 246

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

Shades of Light Slate Blue #915FF6

Tints of Light Slate Blue #915FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 29.84%
G = 19.55%
B = 50.62%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#915FF6 (or 0x915FF6) is known color: Light Slate Blue. HEX triplet: 91, 5F and F6. RGB value is (145,95,246). Sum of RGB (Red+Green+Blue) = 145+95+246=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #915FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FF6 is #6EA009. Grayscale: #7E7E7E. Windows color (decimal): -7249930 or 16146321. OLE color: 16146321.

HSL color Cylindrical-coordinate representation of color #915FF6: hue angle of 259.87º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915FF6 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 95 246 -
CMYK 0.41 0.61 0 0.04
HSL 259.87º 0.89% 0.67% -
HSV(B) 259.87º 0.61% 0.96% -
XYZ 32.4 20.86 89.51 -
YUV 127.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 145 95 246 0.41 0.61 0 0.04 259.87 0.89 0.67
Hex 91 5F F6 29 3D 0 4 104 59 43
Octal 221 137 366 51 75 0 4 404 131 103
Binary 10010001 1011111 11110110 101001 111101 0 100 100000100 1011001 1000011

Color Harmonies of #915FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FF6

Black with #915FF6

Text Example


Text Example

White with #915FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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