#9185F9

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

Shades of Light Slate Blue #9185F9

Tints of Light Slate Blue #9185F9

Color information

#9185F9 (or 0x9185F9) is unknown color: approx Light Slate Blue. HEX triplet: 91, 85 and F9. RGB value is (145,133,249). Sum of RGB (Red+Green+Blue) = 145+133+249=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #9185F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185F9 is #6E7A06. Grayscale: #959595. Windows color (decimal): -7240199 or 16352657. OLE color: 16352657.

HSL color Cylindrical-coordinate representation of color #9185F9: hue angle of 246.21º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9185F9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145133249-
CMYK0.420.4700.02
HSL246.21º90.62%74.9%-
HSV(B)246.21º46.59%97.65%-
XYZ37.1629.6393.38-
YUV149.81183.98124.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.51%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=27.51%
G=25.24%
B=47.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451332490.420.4700.02246.2190.6274.9
Hex9185F92A2F02f65b4b
Octal221205371525702366133113
Binary1001000110000101111110011010101011110101111011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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