#9174F0

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

Shades of Light Slate Blue #9174F0

Tints of Light Slate Blue #9174F0

Color information

#9174F0 (or 0x9174F0) is unknown color: approx Light Slate Blue. HEX triplet: 91, 74 and F0. RGB value is (145,116,240). Sum of RGB (Red+Green+Blue) = 145+116+240=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #9174F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9174F0 is #6E8B0F. Grayscale: #8A8A8A. Windows color (decimal): -7244560 or 15758481. OLE color: 15758481.

HSL color Cylindrical-coordinate representation of color #9174F0: hue angle of 254.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9174F0 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145116240-
CMYK0.400.5200.06
HSL254.03º80.52%69.8%-
HSV(B)254.03º51.67%94.12%-
XYZ33.6524.885.45-
YUV138.81185.11132.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.94%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 240 (94.14% from 255) = 47.90%
R=28.94%
G=23.15%
B=47.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451162400.400.5200.06254.0380.5269.8
Hex9174F0283406fe5146
Octal221164360506406376121106
Binary1001000111101001111000010100011010001101111111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9174F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9174F0; }

 p { color: rgb(145,116,240); }

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

<style>
 a { background-color: #9174F0; }

 a { background-color: rgb(145,116,240); }

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

<style>
 span { border-color: #9174F0; }

 span { border-color: rgb(145,116,240); }

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