#9187ff

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

Shades of Light Slate Blue #9187FF

Tints of Light Slate Blue #9187FF

Color information

#9187FF (or 0x9187FF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 87 and FF. RGB value is (145,135,255). Sum of RGB (Red+Green+Blue) = 145+135+255=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9187FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9187FF is #6E7800. Grayscale: #979797. Windows color (decimal): -7239681 or 16746385. OLE color: 16746385.

HSL color Cylindrical-coordinate representation of color #9187FF: hue angle of 245º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9187FF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145135255-
CMYK0.430.4700
HSL245º100%76.47%-
HSV(B)245º47.06%100%-
XYZ38.3930.5798.48-
YUV151.67186.31123.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 255 (100% from 255) = 47.66%
R=27.10%
G=25.23%
B=47.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451352550.430.470024510076.47
Hex9187FF2B2F00f5644c
Octal221207377535700365144114
Binary100100011000011111111111101011101111001111010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9187ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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