#937DFA

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

Shades of Light Slate Blue #937DFA

Tints of Light Slate Blue #937DFA

Color information

#937DFA (or 0x937DFA) is unknown color: approx Light Slate Blue. HEX triplet: 93, 7D and FA. RGB value is (147,125,250). Sum of RGB (Red+Green+Blue) = 147+125+250=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #937DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DFA is #6C8205. Grayscale: #919191. Windows color (decimal): -7111174 or 16416147. OLE color: 16416147.

HSL color Cylindrical-coordinate representation of color #937DFA: hue angle of 250.56º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937DFA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147125250-
CMYK0.410.5000.02
HSL250.56º92.59%73.53%-
HSV(B)250.56º50%98.04%-
XYZ36.6227.7793.87-
YUV145.83186.79128.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.16%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=28.16%
G=23.95%
B=47.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471252500.410.5000.02250.5692.5973.53
Hex937DFA293202fb5d4a
Octal223175372516202373135112
Binary100100111111101111110101010011100100101111101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,250); }

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

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

 a { background-color: rgb(147,125,250); }

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

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

 span { border-color: rgb(147,125,250); }

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