#9187F0

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

Shades of Light Slate Blue #9187F0

Tints of Light Slate Blue #9187F0

Color information

#9187F0 (or 0x9187F0) is unknown color: approx Light Slate Blue. HEX triplet: 91, 87 and F0. RGB value is (145,135,240). Sum of RGB (Red+Green+Blue) = 145+135+240=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #9187F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9187F0 is #6E780F. Grayscale: #959595. Windows color (decimal): -7239696 or 15763345. OLE color: 15763345.

HSL color Cylindrical-coordinate representation of color #9187F0: hue angle of 245.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9187F0 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145135240-
CMYK0.400.4400.06
HSL245.71º77.78%73.53%-
HSV(B)245.71º43.75%94.12%-
XYZ36.0729.6486.26-
YUV149.96178.81124.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=27.88%
G=25.96%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451352400.400.4400.06245.7177.7873.53
Hex9187F0282C06f64e4a
Octal221207360505406366116112
Binary10010001100001111111000010100010110001101111011010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9187F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9187F0; }

 p { color: rgb(145,135,240); }

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

<style>
 a { background-color: #9187F0; }

 a { background-color: rgb(145,135,240); }

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

<style>
 span { border-color: #9187F0; }

 span { border-color: rgb(145,135,240); }

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