#935DFF

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

Shades of Light Slate Blue #935DFF

Tints of Light Slate Blue #935DFF

Color information

#935DFF (or 0x935DFF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 5D and FF. RGB value is (147,93,255). Sum of RGB (Red+Green+Blue) = 147+93+255=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #935DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DFF is #6CA200. Grayscale: #7F7F7F. Windows color (decimal): -7119361 or 16735635. OLE color: 16735635.

HSL color Cylindrical-coordinate representation of color #935DFF: hue angle of 260º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #935DFF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14793255-
CMYK0.420.6400
HSL260º100%68.24%-
HSV(B)260º63.53%100%-
XYZ3421.2596.92-
YUV127.61199.89141.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 255 (100% from 255) = 51.52%
R=29.70%
G=18.79%
B=51.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal147932550.420.640026010068.24
Hex935DFF2A40001046444
Octal2231353775210000404144104
Binary1001001110111011111111110101010000000010000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935DFF; }

 p { color: rgb(147,93,255); }

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

<style>
 a { background-color: #935DFF; }

 a { background-color: rgb(147,93,255); }

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

<style>
 span { border-color: #935DFF; }

 span { border-color: rgb(147,93,255); }

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