#937BF7

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

Shades of Light Slate Blue #937BF7

Tints of Light Slate Blue #937BF7

Color information

#937BF7 (or 0x937BF7) is unknown color: approx Light Slate Blue. HEX triplet: 93, 7B and F7. RGB value is (147,123,247). Sum of RGB (Red+Green+Blue) = 147+123+247=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #937BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937BF7 is #6C8408. Grayscale: #8F8F8F. Windows color (decimal): -7111689 or 16219027. OLE color: 16219027.

HSL color Cylindrical-coordinate representation of color #937BF7: hue angle of 251.61º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937BF7 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147123247-
CMYK0.400.5000.03
HSL251.61º88.57%72.55%-
HSV(B)251.61º50.2%96.86%-
XYZ35.927.0891.33-
YUV144.31185.95129.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 247 (96.88% from 255) = 47.78%
R=28.43%
G=23.79%
B=47.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471232470.400.5000.03251.6188.5772.55
Hex937BF7283203fc5949
Octal223173367506203374131111
Binary100100111111011111101111010001100100111111110010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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