Html Css Color HEX #9687EF Light Slate Blue

📋 copy color: '#9687EF'

red 150 ◦ green 135 ◦ blue 239

#9687EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9687EF

Tints of Light Slate Blue #9687EF

RGB

 RED value IS 150 (58.98% from 255) = 28.63%

 GREEN value IS 135 (53.13% 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 value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9687EF (or 0x9687EF) is known color: 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

RGB 150 135 239 -
CMYK 0.37 0.44 0 0.06
HSL 248.65º 0.76% 0.73% -
HSV(B) 248.65º 0.44% 0.94% -
XYZ 36.82 30.04 85.52 -
YUV 151.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 150 135 239 0.37 0.44 0 0.06 248.65 0.76 0.73
Hex 96 87 EF 25 2C 0 6 F9 4C 49
Octal 226 207 357 45 54 0 6 371 114 111
Binary 10010110 10000111 11101111 100101 101100 0 110 11111001 1001100 1001001

Color Harmonies of #9687EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687EF

Black with #9687EF

Text Example


Text Example

White with #9687EF

Text Example


Text Example

HTML Codes & Css Web 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>