Html Css Color HEX #956FFF Light Slate Blue

📋 copy color: '#956FFF'

red 149 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #956FFF

Tints of Light Slate Blue #956FFF

RGB

 RED value IS 149 (58.59% from 255) = 28.93%

 GREEN value IS 111 (43.75% from 255) = 21.55%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 28.93%
G = 21.55%
B = 49.51%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#956FFF (or 0x956FFF) is known color: Light Slate Blue. HEX triplet: 95, 6F and FF. RGB value is (149,111,255). Sum of RGB (Red+Green+Blue) = 149+111+255=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #956FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FFF is #6A9000. Grayscale: #8A8A8A. Windows color (decimal): -6983681 or 16740245. OLE color: 16740245.

HSL color Cylindrical-coordinate representation of color #956FFF: hue angle of 255.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956FFF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 111 255 -
CMYK 0.42 0.56 0 0
HSL 255.83º 1% 0.72% -
HSV(B) 255.83º 0.56% 1% -
XYZ 36.13 24.98 97.52 -
YUV 138.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 149 111 255 0.42 0.56 0 0 255.83 1 0.72
Hex 95 6F FF 2A 38 0 0 100 64 48
Octal 225 157 377 52 70 0 0 400 144 110
Binary 10010101 1101111 11111111 101010 111000 0 0 100000000 1100100 1001000

Color Harmonies of #956FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FFF

Black with #956FFF

Text Example


Text Example

White with #956FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956FFF; }

 p { color: rgb(149,111,255); }

 H1.HeaderClassName
 {
   color: #956FFF;
 }
 .AnyTagClassName
 {
   color: #956FFF;
 }
</style>

background-color css

<style>
 a { background-color: #956FFF; }

 a { background-color: rgb(149,111,255); }

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

border-color css

<style>
 span { border-color: #956FFF; }

 span { border-color: rgb(149,111,255); }

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