Html Css Color HEX #956EFE Light Slate Blue

📋 copy color: '#956EFE'

red 149 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #956EFE

Tints of Light Slate Blue #956EFE

RGB

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

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

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

R = 29.04%
G = 21.44%
B = 49.51%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#956EFE (or 0x956EFE) is known color: Light Slate Blue. HEX triplet: 95, 6E and FE. RGB value is (149,110,254). Sum of RGB (Red+Green+Blue) = 149+110+254=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #956EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EFE is #6A9101. Grayscale: #898989. Windows color (decimal): -6983938 or 16674453. OLE color: 16674453.

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

Color convert

RGB 149 110 254 -
CMYK 0.41 0.57 0 0.00
HSL 256.25º 0.99% 0.71% -
HSV(B) 256.25º 0.57% 1% -
XYZ 35.86 24.7 96.64 -
YUV 138.08 193.42 135.79 -
System Red Green Blue C M Y K H S L
Decimal 149 110 254 0.41 0.57 0 0.00 256.25 0.99 0.71
Hex 95 6E FE 29 39 0 0 100 63 47
Octal 225 156 376 51 71 0 0 400 143 107
Binary 10010101 1101110 11111110 101001 111001 0 0 100000000 1100011 1000111

Color Harmonies of #956EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EFE

Black with #956EFE

Text Example


Text Example

White with #956EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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