#937BF3

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

Shades of Light Slate Blue #937BF3

Tints of Light Slate Blue #937BF3

Color information

#937BF3 (or 0x937BF3) is unknown color: approx Light Slate Blue. HEX triplet: 93, 7B and F3. RGB value is (147,123,243). Sum of RGB (Red+Green+Blue) = 147+123+243=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #937BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937BF3 is #6C840C. Grayscale: #8F8F8F. Windows color (decimal): -7111693 or 15956883. OLE color: 15956883.

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

Color convert

RGB147123243-
CMYK0.400.4900.05
HSL252º83.33%71.76%-
HSV(B)252º49.38%95.29%-
XYZ35.2926.8488.11-
YUV143.86183.95130.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 243 (95.31% from 255) = 47.37%
R=28.65%
G=23.98%
B=47.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471232430.400.4900.0525283.3371.76
Hex937BF3283105fc5348
Octal223173363506105374123110
Binary1001001111110111111001110100011000101011111110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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