#937cff

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

Shades of Light Slate Blue #937CFF

Tints of Light Slate Blue #937CFF

Color information

#937CFF (or 0x937CFF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 7C and FF. RGB value is (147,124,255). Sum of RGB (Red+Green+Blue) = 147+124+255=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #937CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937CFF is #6C8300. Grayscale: #919191. Windows color (decimal): -7111425 or 16743571. OLE color: 16743571.

HSL color Cylindrical-coordinate representation of color #937CFF: hue angle of 250.53º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #937CFF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147124255-
CMYK0.420.5100
HSL250.53º100%74.31%-
HSV(B)250.53º51.37%100%-
XYZ37.2927.8498.02-
YUV145.81189.62128.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 255 (100% from 255) = 48.48%
R=27.95%
G=23.57%
B=48.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471242550.420.5100250.5310074.31
Hex937CFF2A3300fb644a
Octal223174377526300373144112
Binary10010011111110011111111101010110011001111101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937cff; }

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

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

<style>
 a { background-color: #937cff; }

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

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

<style>
 span { border-color: #937cff; }

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

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