#935DFC

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

Shades of Light Slate Blue #935DFC

Tints of Light Slate Blue #935DFC

Color information

#935DFC (or 0x935DFC) is unknown color: approx Light Slate Blue. HEX triplet: 93, 5D and FC. RGB value is (147,93,252). Sum of RGB (Red+Green+Blue) = 147+93+252=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #935DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DFC is #6CA203. Grayscale: #7E7E7E. Windows color (decimal): -7119364 or 16539027. OLE color: 16539027.

HSL color Cylindrical-coordinate representation of color #935DFC: hue angle of 260.38º degrees, saturation: 0.96, 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 #935DFC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14793252-
CMYK0.420.6300.01
HSL260.38º96.36%67.65%-
HSV(B)260.38º63.1%98.82%-
XYZ33.5221.0694.39-
YUV127.27198.39142.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 252 (98.83% from 255) = 51.22%
R=29.88%
G=18.90%
B=51.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal147932520.420.6300.01260.3896.3667.65
Hex935DFC2A3F011046044
Octal223135374527701404140104
Binary100100111011101111111001010101111110110000010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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