#9167FA

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

Shades of Light Slate Blue #9167FA

Tints of Light Slate Blue #9167FA

Color information

#9167FA (or 0x9167FA) is unknown color: approx Light Slate Blue. HEX triplet: 91, 67 and FA. RGB value is (145,103,250). Sum of RGB (Red+Green+Blue) = 145+103+250=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9167FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9167FA is #6E9805. Grayscale: #838383. Windows color (decimal): -7247878 or 16410513. OLE color: 16410513.

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

Color convert

RGB145103250-
CMYK0.420.5900.02
HSL257.14º93.63%69.22%-
HSV(B)257.14º58.8%98.04%-
XYZ33.7822.6293.03-
YUV132.32194.41137.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=29.12%
G=20.68%
B=50.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451032500.420.5900.02257.1493.6369.22
Hex9167FA2A3B021015e45
Octal221147372527302401136105
Binary1001000111001111111101010101011101101010000000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9167FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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