#9175F7

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

Shades of Light Slate Blue #9175F7

Tints of Light Slate Blue #9175F7

Color information

#9175F7 (or 0x9175F7) is unknown color: approx Light Slate Blue. HEX triplet: 91, 75 and F7. RGB value is (145,117,247). Sum of RGB (Red+Green+Blue) = 145+117+247=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #9175F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175F7 is #6E8A08. Grayscale: #8B8B8B. Windows color (decimal): -7244297 or 16217489. OLE color: 16217489.

HSL color Cylindrical-coordinate representation of color #9175F7: hue angle of 252.92º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9175F7 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB145117247-
CMYK0.410.5300.03
HSL252.92º89.04%71.37%-
HSV(B)252.92º52.63%96.86%-
XYZ34.8325.4691.07-
YUV140.19188.28131.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=28.49%
G=22.99%
B=48.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1451172470.410.5300.03252.9289.0471.37
Hex9175F7293503fd5947
Octal221165367516503375131107
Binary100100011110101111101111010011101010111111110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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