#937BF1

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

Shades of Light Slate Blue #937BF1

Tints of Light Slate Blue #937BF1

Color information

#937BF1 (or 0x937BF1) is unknown color: approx Light Slate Blue. HEX triplet: 93, 7B and F1. RGB value is (147,123,241). Sum of RGB (Red+Green+Blue) = 147+123+241=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #937BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937BF1 is #6C840E. Grayscale: #8F8F8F. Windows color (decimal): -7111695 or 15825811. OLE color: 15825811.

HSL color Cylindrical-coordinate representation of color #937BF1: hue angle of 252.2º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937BF1 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147123241-
CMYK0.390.4900.05
HSL252.2º80.82%71.37%-
HSV(B)252.2º48.96%94.51%-
XYZ34.9926.7286.53-
YUV143.63182.95130.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 123 (48.44% from 255) = 24.07%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=28.77%
G=24.07%
B=47.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471232410.390.4900.05252.280.8271.37
Hex937BF1273105fc5147
Octal223173361476105374121107
Binary1001001111110111111000110011111000101011111110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,123,241); }

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

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

 a { background-color: rgb(147,123,241); }

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

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

 span { border-color: rgb(147,123,241); }

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