#9687FA

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

Shades of Light Slate Blue #9687FA

Tints of Light Slate Blue #9687FA

Color information

#9687FA (or 0x9687FA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 87 and FA. RGB value is (150,135,250). Sum of RGB (Red+Green+Blue) = 150+135+250=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9687FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9687FA is #697805. Grayscale: #989898. Windows color (decimal): -6912006 or 16418710. OLE color: 16418710.

HSL color Cylindrical-coordinate representation of color #9687FA: hue angle of 247.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9687FA is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150135250-
CMYK0.40.4600.02
HSL247.83º92%75.49%-
HSV(B)247.83º46%98.04%-
XYZ38.530.7194.34-
YUV152.6182.97126.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=28.04%
G=25.23%
B=46.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501352500.40.4600.02247.839275.49
Hex9687FA282E02f85c4b
Octal226207372505602370134113
Binary1001011010000111111110101010001011100101111100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9687FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9687FA; }

 p { color: rgb(150,135,250); }

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

<style>
 a { background-color: #9687FA; }

 a { background-color: rgb(150,135,250); }

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

<style>
 span { border-color: #9687FA; }

 span { border-color: rgb(150,135,250); }

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