#9B86FF

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

Shades of Light Slate Blue #9B86FF

Tints of Light Slate Blue #9B86FF

Color information

#9B86FF (or 0x9B86FF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 86 and FF. RGB value is (155,134,255). Sum of RGB (Red+Green+Blue) = 155+134+255=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B86FF is #647900. Grayscale: #999999. Windows color (decimal): -6584577 or 16746139. OLE color: 16746139.

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

Color convert

RGB155134255-
CMYK0.390.4700
HSL250.41º100%76.27%-
HSV(B)250.41º47.45%100%-
XYZ40.0931.2498.52-
YUV154.07184.96128.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 255 (100% from 255) = 46.88%
R=28.49%
G=24.63%
B=46.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551342550.390.4700250.4110076.27
Hex9B86FF272F00fa644c
Octal233206377475700372144114
Binary100110111000011011111111100111101111001111101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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