#956EFD

Color #956EFD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #956EFD

Tints of Light Slate Blue #956EFD

Color information

#956EFD (or 0x956EFD) is unknown color: approx Light Slate Blue. HEX triplet: 95, 6E and FD. RGB value is (149,110,253). Sum of RGB (Red+Green+Blue) = 149+110+253=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #956EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EFD is #6A9102. Grayscale: #898989. Windows color (decimal): -6983939 or 16608917. OLE color: 16608917.

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

Color convert

RGB149110253-
CMYK0.410.5700.01
HSL256.36º97.28%71.18%-
HSV(B)256.36º56.52%99.22%-
XYZ35.724.6395.8-
YUV137.96192.92135.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=29.10%
G=21.48%
B=49.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491102530.410.5700.01256.3697.2871.18
Hex956EFD2939011006147
Octal225156375517101400141107
Binary100101011101110111111011010011110010110000000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956EFD;
 }
 .AnyTagClassName
 {
   color: #956EFD;
 }
</style>
background-color css

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

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

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

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

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

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