#935CFF

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

Shades of Light Slate Blue #935CFF

Tints of Light Slate Blue #935CFF

Color information

#935CFF (or 0x935CFF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 5C and FF. RGB value is (147,92,255). Sum of RGB (Red+Green+Blue) = 147+92+255=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #935CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CFF is #6CA300. Grayscale: #7E7E7E. Windows color (decimal): -7119617 or 16735379. OLE color: 16735379.

HSL color Cylindrical-coordinate representation of color #935CFF: hue angle of 260.25º 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 #935CFF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14792255-
CMYK0.420.6400
HSL260.25º100%68.04%-
HSV(B)260.25º63.92%100%-
XYZ33.9121.0896.89-
YUV127.03200.22142.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 255 (100% from 255) = 51.62%
R=29.76%
G=18.62%
B=51.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal147922550.420.6400260.2510068.04
Hex935CFF2A40001046444
Octal2231343775210000404144104
Binary1001001110111001111111110101010000000010000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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