#9186FB

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

Shades of Light Slate Blue #9186FB

Tints of Light Slate Blue #9186FB

Color information

#9186FB (or 0x9186FB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 86 and FB. RGB value is (145,134,251). Sum of RGB (Red+Green+Blue) = 145+134+251=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #9186FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9186FB is #6E7904. Grayscale: #969696. Windows color (decimal): -7239941 or 16483985. OLE color: 16483985.

HSL color Cylindrical-coordinate representation of color #9186FB: hue angle of 245.64º degrees, saturation: 0.94, 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 #9186FB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145134251-
CMYK0.420.4700.02
HSL245.64º93.6%75.49%-
HSV(B)245.64º46.61%98.43%-
XYZ37.6130.0395.08-
YUV150.63184.64123.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=27.36%
G=25.28%
B=47.36%

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
Decimal1451342510.420.4700.02245.6493.675.49
Hex9186FB2A2F02f65e4b
Octal221206373525702366136113
Binary1001000110000110111110111010101011110101111011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9186FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9186FB; }

 p { color: rgb(145,134,251); }

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

<style>
 a { background-color: #9186FB; }

 a { background-color: rgb(145,134,251); }

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

<style>
 span { border-color: #9186FB; }

 span { border-color: rgb(145,134,251); }

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