#9175F5

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

Shades of Light Slate Blue #9175F5

Tints of Light Slate Blue #9175F5

Color information

#9175F5 (or 0x9175F5) is unknown color: approx Light Slate Blue. HEX triplet: 91, 75 and F5. RGB value is (145,117,245). Sum of RGB (Red+Green+Blue) = 145+117+245=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #9175F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175F5 is #6E8A0A. Grayscale: #8B8B8B. Windows color (decimal): -7244299 or 16086417. OLE color: 16086417.

HSL color Cylindrical-coordinate representation of color #9175F5: hue angle of 253.12º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9175F5 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145117245-
CMYK0.410.5200.04
HSL253.12º86.49%70.98%-
HSV(B)253.12º52.24%96.08%-
XYZ34.5225.3389.46-
YUV139.96187.28131.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.60%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 245 (96.09% from 255) = 48.32%
R=28.60%
G=23.08%
B=48.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1451172450.410.5200.04253.1286.4970.98
Hex9175F5293404fd5647
Octal221165365516404375126107
Binary1001000111101011111010110100111010001001111110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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