#9172F1

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

Shades of Light Slate Blue #9172F1

Tints of Light Slate Blue #9172F1

Color information

#9172F1 (or 0x9172F1) is unknown color: approx Light Slate Blue. HEX triplet: 91, 72 and F1. RGB value is (145,114,241). Sum of RGB (Red+Green+Blue) = 145+114+241=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #9172F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9172F1 is #6E8D0E. Grayscale: #898989. Windows color (decimal): -7245071 or 15823505. OLE color: 15823505.

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

Color convert

RGB145114241-
CMYK0.400.5300.05
HSL254.65º81.94%69.61%-
HSV(B)254.65º52.7%94.51%-
XYZ33.5724.4186.16-
YUV137.75186.27133.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=29%
G=22.8%
B=48.2%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451142410.400.5300.05254.6581.9469.61
Hex9172F1283505ff5246
Octal221162361506505377122106
Binary1001000111100101111000110100011010101011111111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9172F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9172F1; }

 p { color: rgb(145,114,241); }

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

<style>
 a { background-color: #9172F1; }

 a { background-color: rgb(145,114,241); }

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

<style>
 span { border-color: #9172F1; }

 span { border-color: rgb(145,114,241); }

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