#9185F1

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

Shades of Light Slate Blue #9185F1

Tints of Light Slate Blue #9185F1

Color information

#9185F1 (or 0x9185F1) is unknown color: approx Light Slate Blue. HEX triplet: 91, 85 and F1. RGB value is (145,133,241). Sum of RGB (Red+Green+Blue) = 145+133+241=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #9185F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185F1 is #6E7A0E. Grayscale: #949494. Windows color (decimal): -7240207 or 15828369. OLE color: 15828369.

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

Color convert

RGB145133241-
CMYK0.400.4500.05
HSL246.67º79.41%73.33%-
HSV(B)246.67º44.81%94.51%-
XYZ35.9429.1586.95-
YUV148.9179.98125.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=27.94%
G=25.63%
B=46.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451332410.400.4500.05246.6779.4173.33
Hex9185F1282D05f74f49
Octal221205361505505367117111
Binary10010001100001011111000110100010110101011111011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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