Html Css Color HEX #9B86FE Light Slate Blue

📋 copy color: '#9B86FE'

red 155 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #9B86FE

Tints of Light Slate Blue #9B86FE

RGB

 RED value IS 155 (60.94% from 255) = 28.55%

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 28.55%
G = 24.68%
B = 46.78%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B86FE (or 0x9B86FE) is known color: Light Slate Blue. HEX triplet: 9B, 86 and FE. RGB value is (155,134,254). Sum of RGB (Red+Green+Blue) = 155+134+254=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B86FE is #647901. Grayscale: #999999. Windows color (decimal): -6584578 or 16680603. OLE color: 16680603.

HSL color Cylindrical-coordinate representation of color #9B86FE: hue angle of 250.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B86FE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 134 254 -
CMYK 0.39 0.47 0 0.00
HSL 250.5º 0.98% 0.76% -
HSV(B) 250.5º 0.47% 1% -
XYZ 39.93 31.17 97.68 -
YUV 153.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 155 134 254 0.39 0.47 0 0.00 250.5 0.98 0.76
Hex 9B 86 FE 27 2F 0 0 FB 62 4C
Octal 233 206 376 47 57 0 0 373 142 114
Binary 10011011 10000110 11111110 100111 101111 0 0 11111011 1100010 1001100

Color Harmonies of #9B86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B86FE

Black with #9B86FE

Text Example


Text Example

White with #9B86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B86FE; }

 p { color: rgb(155,134,254); }

 H1.HeaderClassName
 {
   color: #9B86FE;
 }
 .AnyTagClassName
 {
   color: #9B86FE;
 }
</style>

background-color css

<style>
 a { background-color: #9B86FE; }

 a { background-color: rgb(155,134,254); }

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

border-color css

<style>
 span { border-color: #9B86FE; }

 span { border-color: rgb(155,134,254); }

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