Html Css Color HEX #9686FF Light Slate Blue

📋 copy color: '#9686FF'

red 150 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #9686FF

Tints of Light Slate Blue #9686FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.86%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 27.83%
G = 24.86%
B = 47.31%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9686FF (or 0x9686FF) is known color: Light Slate Blue. HEX triplet: 96, 86 and FF. RGB value is (150,134,255). Sum of RGB (Red+Green+Blue) = 150+134+255=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9686FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9686FF is #697900. Grayscale: #989898. Windows color (decimal): -6912257 or 16746134. OLE color: 16746134.

HSL color Cylindrical-coordinate representation of color #9686FF: hue angle of 247.93º 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 #9686FF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 134 255 -
CMYK 0.41 0.47 0 0
HSL 247.93º 1% 0.76% -
HSV(B) 247.93º 0.47% 1% -
XYZ 39.15 30.75 98.48 -
YUV 152.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 150 134 255 0.41 0.47 0 0 247.93 1 0.76
Hex 96 86 FF 29 2F 0 0 F8 64 4C
Octal 226 206 377 51 57 0 0 370 144 114
Binary 10010110 10000110 11111111 101001 101111 0 0 11111000 1100100 1001100

Color Harmonies of #9686FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686FF

Black with #9686FF

Text Example


Text Example

White with #9686FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9686FF; }

 p { color: rgb(150,134,255); }

 H1.HeaderClassName
 {
   color: #9686FF;
 }
 .AnyTagClassName
 {
   color: #9686FF;
 }
</style>

background-color css

<style>
 a { background-color: #9686FF; }

 a { background-color: rgb(150,134,255); }

 div.DivClassName
 {
   background-color: #9686FF;
 }
 .BgClassName
 {
   background-color: #9686FF;
 }
</style>

border-color css

<style>
 span { border-color: #9686FF; }

 span { border-color: rgb(150,134,255); }

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