#9182F1

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

Shades of Light Slate Blue #9182F1

Tints of Light Slate Blue #9182F1

Color information

#9182F1 (or 0x9182F1) is unknown color: approx Light Slate Blue. HEX triplet: 91, 82 and F1. RGB value is (145,130,241). Sum of RGB (Red+Green+Blue) = 145+130+241=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #9182F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9182F1 is #6E7D0E. Grayscale: #929292. Windows color (decimal): -7240975 or 15827601. OLE color: 15827601.

HSL color Cylindrical-coordinate representation of color #9182F1: hue angle of 248.11º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9182F1 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145130241-
CMYK0.400.4600.05
HSL248.11º79.86%72.75%-
HSV(B)248.11º46.06%94.51%-
XYZ35.5428.3486.82-
YUV147.14180.97126.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 241 (94.53% from 255) = 46.71%
R=28.10%
G=25.19%
B=46.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451302410.400.4600.05248.1179.8672.75
Hex9182F1282E05f85049
Octal221202361505605370120111
Binary10010001100000101111000110100010111001011111100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9182F1; }

 p { color: rgb(145,130,241); }

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

<style>
 a { background-color: #9182F1; }

 a { background-color: rgb(145,130,241); }

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

<style>
 span { border-color: #9182F1; }

 span { border-color: rgb(145,130,241); }

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