#9377FE

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

Shades of Light Slate Blue #9377FE

Tints of Light Slate Blue #9377FE

Color information

#9377FE (or 0x9377FE) is unknown color: approx Light Slate Blue. HEX triplet: 93, 77 and FE. RGB value is (147,119,254). Sum of RGB (Red+Green+Blue) = 147+119+254=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #9377FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9377FE is #6C8801. Grayscale: #8E8E8E. Windows color (decimal): -7112706 or 16676755. OLE color: 16676755.

HSL color Cylindrical-coordinate representation of color #9377FE: hue angle of 252.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9377FE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147119254-
CMYK0.420.5300.00
HSL252.44º98.54%73.14%-
HSV(B)252.44º53.15%99.61%-
XYZ36.5226.5596.97-
YUV142.76190.78131.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=28.27%
G=22.88%
B=48.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471192540.420.5300.00252.4498.5473.14
Hex9377FE2A3500fc6349
Octal223167376526500374143111
Binary10010011111011111111110101010110101001111110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9377FE; }

 p { color: rgb(147,119,254); }

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

<style>
 a { background-color: #9377FE; }

 a { background-color: rgb(147,119,254); }

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

<style>
 span { border-color: #9377FE; }

 span { border-color: rgb(147,119,254); }

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