#936BF5

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

Shades of Light Slate Blue #936BF5

Tints of Light Slate Blue #936BF5

Color information

#936BF5 (or 0x936BF5) is unknown color: approx Light Slate Blue. HEX triplet: 93, 6B and F5. RGB value is (147,107,245). Sum of RGB (Red+Green+Blue) = 147+107+245=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #936BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BF5 is #6C940A. Grayscale: #868686. Windows color (decimal): -7115787 or 16083859. OLE color: 16083859.

HSL color Cylindrical-coordinate representation of color #936BF5: hue angle of 257.39º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936BF5 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147107245-
CMYK0.40.5600.04
HSL257.39º87.34%69.02%-
HSV(B)257.39º56.33%96.08%-
XYZ33.7723.3189.11-
YUV134.69190.25136.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 245 (96.09% from 255) = 49.10%
R=29.46%
G=21.44%
B=49.10%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471072450.40.5600.04257.3987.3469.02
Hex936BF52838041015745
Octal223153365507004401127105
Binary10010011110101111110101101000111000010010000000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,107,245); }

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

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

 a { background-color: rgb(147,107,245); }

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

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

 span { border-color: rgb(147,107,245); }

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