#9B6BFF

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

Shades of Light Slate Blue #9B6BFF

Tints of Light Slate Blue #9B6BFF

Color information

#9B6BFF (or 0x9B6BFF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 6B and FF. RGB value is (155,107,255). Sum of RGB (Red+Green+Blue) = 155+107+255=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6BFF is #649400. Grayscale: #898989. Windows color (decimal): -6591489 or 16739227. OLE color: 16739227.

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

Color convert

RGB155107255-
CMYK0.390.5800
HSL259.46º100%70.98%-
HSV(B)259.46º58.04%100%-
XYZ36.8324.797.44-
YUV138.22193.9139.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 107 (42.19% from 255) = 20.70%
BLUE value IS 255 (100% from 255) = 49.32%
R=29.98%
G=20.70%
B=49.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551072550.390.5800259.4610070.98
Hex9B6BFF273A001036447
Octal233153377477200403144107
Binary100110111101011111111111001111110100010000001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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