#955EF9

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

Shades of Light Slate Blue #955EF9

Tints of Light Slate Blue #955EF9

Color information

#955EF9 (or 0x955EF9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 5E and F9. RGB value is (149,94,249). Sum of RGB (Red+Green+Blue) = 149+94+249=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #955EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EF9 is #6AA106. Grayscale: #7F7F7F. Windows color (decimal): -6988039 or 16342677. OLE color: 16342677.

HSL color Cylindrical-coordinate representation of color #955EF9: hue angle of 261.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955EF9 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14994249-
CMYK0.400.6200.02
HSL261.29º92.81%67.25%-
HSV(B)261.29º62.25%97.65%-
XYZ33.521.2391.96-
YUV128.11196.22142.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 249 (97.66% from 255) = 50.61%
R=30.28%
G=19.11%
B=50.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149942490.400.6200.02261.2992.8167.25
Hex955EF9283E021055d43
Octal225136371507602405135103
Binary1001010110111101111100110100011111001010000010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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