#955DFD

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

Shades of Light Slate Blue #955DFD

Tints of Light Slate Blue #955DFD

Color information

#955DFD (or 0x955DFD) is unknown color: approx Light Slate Blue. HEX triplet: 95, 5D and FD. RGB value is (149,93,253). Sum of RGB (Red+Green+Blue) = 149+93+253=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #955DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DFD is #6AA202. Grayscale: #7F7F7F. Windows color (decimal): -6988291 or 16604565. OLE color: 16604565.

HSL color Cylindrical-coordinate representation of color #955DFD: hue angle of 261º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955DFD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14993253-
CMYK0.410.6300.01
HSL261º97.56%67.84%-
HSV(B)261º63.24%99.22%-
XYZ34.0421.3195.25-
YUV127.98198.55142.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=30.10%
G=18.79%
B=51.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal149932530.410.6300.0126197.5667.84
Hex955DFD293F011056244
Octal225135375517701405142104
Binary100101011011101111111011010011111110110000010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955DFD; }

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

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

<style>
 a { background-color: #955DFD; }

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

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

<style>
 span { border-color: #955DFD; }

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

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