Html Css Color HEX #956EFF Light Slate Blue

📋 copy color: '#956EFF'

red 149 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #956EFF

Tints of Light Slate Blue #956EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.4%

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

R = 28.99%
G = 21.4%
B = 49.61%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#956EFF (or 0x956EFF) is known color: Light Slate Blue. HEX triplet: 95, 6E and FF. RGB value is (149,110,255). Sum of RGB (Red+Green+Blue) = 149+110+255=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #956EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EFF is #6A9100. Grayscale: #898989. Windows color (decimal): -6983937 or 16739989. OLE color: 16739989.

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

Color convert

RGB 149 110 255 -
CMYK 0.42 0.57 0 0
HSL 256.14º 1% 0.72% -
HSV(B) 256.14º 0.57% 1% -
XYZ 36.02 24.76 97.49 -
YUV 138.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 149 110 255 0.42 0.57 0 0 256.14 1 0.72
Hex 95 6E FF 2A 39 0 0 100 64 48
Octal 225 156 377 52 71 0 0 400 144 110
Binary 10010101 1101110 11111111 101010 111001 0 0 100000000 1100100 1001000

Color Harmonies of #956EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EFF

Black with #956EFF

Text Example


Text Example

White with #956EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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