#9164F6

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

Shades of Light Slate Blue #9164F6

Tints of Light Slate Blue #9164F6

Color information

#9164F6 (or 0x9164F6) is unknown color: approx Light Slate Blue. HEX triplet: 91, 64 and F6. RGB value is (145,100,246). Sum of RGB (Red+Green+Blue) = 145+100+246=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #9164F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9164F6 is #6E9B09. Grayscale: #818181. Windows color (decimal): -7248650 or 16147601. OLE color: 16147601.

HSL color Cylindrical-coordinate representation of color #9164F6: hue angle of 258.49º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9164F6 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145100246-
CMYK0.410.5900.04
HSL258.49º89.02%67.84%-
HSV(B)258.49º59.35%96.47%-
XYZ32.8721.7989.66-
YUV130.1193.41138.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.53%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=29.53%
G=20.37%
B=50.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1451002460.410.5900.04258.4989.0267.84
Hex9164F6293B041025944
Octal221144366517304402131104
Binary10010001110010011110110101001111011010010000001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9164F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9164F6; }

 p { color: rgb(145,100,246); }

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

<style>
 a { background-color: #9164F6; }

 a { background-color: rgb(145,100,246); }

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

<style>
 span { border-color: #9164F6; }

 span { border-color: rgb(145,100,246); }

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