#936FFB

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

Shades of Light Slate Blue #936FFB

Tints of Light Slate Blue #936FFB

Color information

#936FFB (or 0x936FFB) is unknown color: approx Light Slate Blue. HEX triplet: 93, 6F and FB. RGB value is (147,111,251). Sum of RGB (Red+Green+Blue) = 147+111+251=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #936FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936FFB is #6C9004. Grayscale: #898989. Windows color (decimal): -7114757 or 16478099. OLE color: 16478099.

HSL color Cylindrical-coordinate representation of color #936FFB: hue angle of 255.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936FFB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147111251-
CMYK0.410.5600.02
HSL255.43º94.59%70.98%-
HSV(B)255.43º55.78%98.43%-
XYZ35.1324.5494.15-
YUV137.72191.93134.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=28.88%
G=21.81%
B=49.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471112510.410.5600.02255.4394.5970.98
Hex936FFB293802ff5f47
Octal223157373517002377137107
Binary100100111101111111110111010011110000101111111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,111,251); }

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

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

 a { background-color: rgb(147,111,251); }

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

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

 span { border-color: rgb(147,111,251); }

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