Html Css Color HEX #956AFE Light Slate Blue

📋 copy color: '#956AFE'

red 149 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #956AFE

Tints of Light Slate Blue #956AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 29.27%
G = 20.83%
B = 49.9%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#956AFE (or 0x956AFE) is known color: Light Slate Blue. HEX triplet: 95, 6A and FE. RGB value is (149,106,254). Sum of RGB (Red+Green+Blue) = 149+106+254=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #956AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AFE is #6A9501. Grayscale: #878787. Windows color (decimal): -6984962 or 16673429. OLE color: 16673429.

HSL color Cylindrical-coordinate representation of color #956AFE: hue angle of 257.43º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956AFE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 106 254 -
CMYK 0.41 0.58 0 0.00
HSL 257.43º 0.99% 0.71% -
HSV(B) 257.43º 0.58% 1% -
XYZ 35.44 23.85 96.5 -
YUV 135.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 149 106 254 0.41 0.58 0 0.00 257.43 0.99 0.71
Hex 95 6A FE 29 3A 0 0 101 63 47
Octal 225 152 376 51 72 0 0 401 143 107
Binary 10010101 1101010 11111110 101001 111010 0 0 100000001 1100011 1000111

Color Harmonies of #956AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AFE

Black with #956AFE

Text Example


Text Example

White with #956AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,106,254); }

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

background-color css

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

 a { background-color: rgb(149,106,254); }

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

border-color css

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

 span { border-color: rgb(149,106,254); }

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