#9687EF

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

Shades of Light Slate Blue #9687EF

Tints of Light Slate Blue #9687EF

Color information

#9687EF (or 0x9687EF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 87 and EF. RGB value is (150,135,239). Sum of RGB (Red+Green+Blue) = 150+135+239=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #9687EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9687EF is #697810. Grayscale: #969696. Windows color (decimal): -6912017 or 15697814. OLE color: 15697814.

HSL color Cylindrical-coordinate representation of color #9687EF: hue angle of 248.65º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9687EF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150135239-
CMYK0.370.4400.06
HSL248.65º76.47%73.33%-
HSV(B)248.65º43.51%93.73%-
XYZ36.8230.0485.52-
YUV151.34177.47127.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 239 (93.75% from 255) = 45.61%
R=28.63%
G=25.76%
B=45.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501352390.370.4400.06248.6576.4773.33
Hex9687EF252C06f94c49
Octal226207357455406371114111
Binary10010110100001111110111110010110110001101111100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9687EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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