#955EFD

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

Shades of Light Slate Blue #955EFD

Tints of Light Slate Blue #955EFD

Color information

#955EFD (or 0x955EFD) is unknown color: approx Light Slate Blue. HEX triplet: 95, 5E and FD. RGB value is (149,94,253). Sum of RGB (Red+Green+Blue) = 149+94+253=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #955EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EFD is #6AA102. Grayscale: #7F7F7F. Windows color (decimal): -6988035 or 16604821. OLE color: 16604821.

HSL color Cylindrical-coordinate representation of color #955EFD: hue angle of 260.75º 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 #955EFD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14994253-
CMYK0.410.6300.01
HSL260.75º97.55%68.04%-
HSV(B)260.75º62.85%99.22%-
XYZ34.1321.4995.28-
YUV128.57198.22142.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=30.04%
G=18.95%
B=51.01%

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
Decimal149942530.410.6300.01260.7597.5568.04
Hex955EFD293F011056244
Octal225136375517701405142104
Binary100101011011110111111011010011111110110000010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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