#936CF7

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

Shades of Light Slate Blue #936CF7

Tints of Light Slate Blue #936CF7

Color information

#936CF7 (or 0x936CF7) is unknown color: approx Light Slate Blue. HEX triplet: 93, 6C and F7. RGB value is (147,108,247). Sum of RGB (Red+Green+Blue) = 147+108+247=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #936CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CF7 is #6C9308. Grayscale: #868686. Windows color (decimal): -7115529 or 16215187. OLE color: 16215187.

HSL color Cylindrical-coordinate representation of color #936CF7: hue angle of 256.83º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936CF7 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147108247-
CMYK0.400.5600.03
HSL256.83º89.68%69.61%-
HSV(B)256.83º56.28%96.86%-
XYZ34.1823.6490.76-
YUV135.51190.92136.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=29.28%
G=21.51%
B=49.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471082470.400.5600.03256.8389.6869.61
Hex936CF72838031015a46
Octal223154367507003401132106
Binary1001001111011001111011110100011100001110000000110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936CF7; }

 p { color: rgb(147,108,247); }

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

<style>
 a { background-color: #936CF7; }

 a { background-color: rgb(147,108,247); }

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

<style>
 span { border-color: #936CF7; }

 span { border-color: rgb(147,108,247); }

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