#9B89FF

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

Shades of Light Slate Blue #9B89FF

Tints of Light Slate Blue #9B89FF

Color information

#9B89FF (or 0x9B89FF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 89 and FF. RGB value is (155,137,255). Sum of RGB (Red+Green+Blue) = 155+137+255=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B89FF is #647600. Grayscale: #9B9B9B. Windows color (decimal): -6583809 or 16746907. OLE color: 16746907.

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

Color convert

RGB155137255-
CMYK0.390.4600
HSL249.15º100%76.86%-
HSV(B)249.15º46.27%100%-
XYZ40.5132.0898.66-
YUV155.83183.96127.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 255 (100% from 255) = 46.62%
R=28.34%
G=25.05%
B=46.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551372550.390.4600249.1510076.86
Hex9B89FF272E00f9644d
Octal233211377475600371144115
Binary100110111000100111111111100111101110001111100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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