#9174F3

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

Shades of Light Slate Blue #9174F3

Tints of Light Slate Blue #9174F3

Color information

#9174F3 (or 0x9174F3) is unknown color: approx Light Slate Blue. HEX triplet: 91, 74 and F3. RGB value is (145,116,243). Sum of RGB (Red+Green+Blue) = 145+116+243=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #9174F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9174F3 is #6E8B0C. Grayscale: #8A8A8A. Windows color (decimal): -7244557 or 15955089. OLE color: 15955089.

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

Color convert

RGB145116243-
CMYK0.400.5200.05
HSL253.7º84.11%70.39%-
HSV(B)253.7º52.26%95.29%-
XYZ34.124.9887.82-
YUV139.15186.61132.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=28.77%
G=23.02%
B=48.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451162430.400.5200.05253.784.1170.39
Hex9174F3283405fe5446
Octal221164363506405376124106
Binary1001000111101001111001110100011010001011111111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9174F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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