#9177FE

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

Shades of Light Slate Blue #9177FE

Tints of Light Slate Blue #9177FE

Color information

#9177FE (or 0x9177FE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 77 and FE. RGB value is (145,119,254). Sum of RGB (Red+Green+Blue) = 145+119+254=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9177FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9177FE is #6E8801. Grayscale: #8D8D8D. Windows color (decimal): -7243778 or 16676753. OLE color: 16676753.

HSL color Cylindrical-coordinate representation of color #9177FE: hue angle of 251.56º 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 #9177FE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB145119254-
CMYK0.430.5300.00
HSL251.56º98.54%73.14%-
HSV(B)251.56º53.15%99.61%-
XYZ36.1626.3796.95-
YUV142.16191.11130.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 254 (99.61% from 255) = 49.03%
R=27.99%
G=22.97%
B=49.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451192540.430.5300.00251.5698.5473.14
Hex9177FE2B3500fc6349
Octal221167376536500374143111
Binary10010001111011111111110101011110101001111110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9177FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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