#9175FA

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

Shades of Light Slate Blue #9175FA

Tints of Light Slate Blue #9175FA

Color information

#9175FA (or 0x9175FA) is unknown color: approx Light Slate Blue. HEX triplet: 91, 75 and FA. RGB value is (145,117,250). Sum of RGB (Red+Green+Blue) = 145+117+250=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9175FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175FA is #6E8A05. Grayscale: #8C8C8C. Windows color (decimal): -7244294 or 16414097. OLE color: 16414097.

HSL color Cylindrical-coordinate representation of color #9175FA: hue angle of 252.63º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9175FA is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145117250-
CMYK0.420.5300.02
HSL252.63º93.01%71.96%-
HSV(B)252.63º53.2%98.04%-
XYZ35.2925.6493.53-
YUV140.53189.78131.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=28.32%
G=22.85%
B=48.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451172500.420.5300.02252.6393.0171.96
Hex9175FA2A3502fd5d48
Octal221165372526502375135110
Binary100100011110101111110101010101101010101111110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9175FA; }

 p { color: rgb(145,117,250); }

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

<style>
 a { background-color: #9175FA; }

 a { background-color: rgb(145,117,250); }

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

<style>
 span { border-color: #9175FA; }

 span { border-color: rgb(145,117,250); }

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