#9179FE

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

Shades of Light Slate Blue #9179FE

Tints of Light Slate Blue #9179FE

Color information

#9179FE (or 0x9179FE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 79 and FE. RGB value is (145,121,254). Sum of RGB (Red+Green+Blue) = 145+121+254=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 121 (47.66% from 255 or 23.27% 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 #9179FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9179FE is #6E8601. Grayscale: #8E8E8E. Windows color (decimal): -7243266 or 16677265. OLE color: 16677265.

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

Color convert

RGB145121254-
CMYK0.430.5200.00
HSL250.83º98.52%73.53%-
HSV(B)250.83º52.36%99.61%-
XYZ36.426.8597.03-
YUV143.34190.45129.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=27.88%
G=23.27%
B=48.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451212540.430.5200.00250.8398.5273.53
Hex9179FE2B3400fb634a
Octal221171376536400373143112
Binary10010001111100111111110101011110100001111101111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9179FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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