Html Css Color HEX #956FFE Light Slate Blue

📋 copy color: '#956FFE'

red 149 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #956FFE

Tints of Light Slate Blue #956FFE

RGB

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

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

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

R = 28.99%
G = 21.6%
B = 49.42%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#956FFE (or 0x956FFE) is known color: Light Slate Blue. HEX triplet: 95, 6F and FE. RGB value is (149,111,254). Sum of RGB (Red+Green+Blue) = 149+111+254=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #956FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FFE is #6A9001. Grayscale: #8A8A8A. Windows color (decimal): -6983682 or 16674709. OLE color: 16674709.

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

Color convert

RGB 149 111 254 -
CMYK 0.41 0.56 0 0.00
HSL 255.94º 0.99% 0.72% -
HSV(B) 255.94º 0.56% 1% -
XYZ 35.97 24.91 96.68 -
YUV 138.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 149 111 254 0.41 0.56 0 0.00 255.94 0.99 0.72
Hex 95 6F FE 29 38 0 0 100 63 48
Octal 225 157 376 51 70 0 0 400 143 110
Binary 10010101 1101111 11111110 101001 111000 0 0 100000000 1100011 1001000

Color Harmonies of #956FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FFE

Black with #956FFE

Text Example


Text Example

White with #956FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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