#9B8BDD

Color #9B8BDD Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9B8BDD

Tints of Wistful #9B8BDD

Color information

#9B8BDD (or 0x9B8BDD) is unknown color: approx Wistful. HEX triplet: 9B, 8B and DD. RGB value is (155,139,221). Sum of RGB (Red+Green+Blue) = 155+139+221=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BDD is #647422. Grayscale: #989898. Windows color (decimal): -6583331 or 14519195. OLE color: 14519195.

HSL color Cylindrical-coordinate representation of color #9B8BDD: hue angle of 251.71º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8BDD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155139221-
CMYK0.300.3700.13
HSL251.71º54.67%70.59%-
HSV(B)251.71º37.1%86.67%-
XYZ35.830.6572.44-
YUV153.13166.3129.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=30.10%
G=26.99%
B=42.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551392210.300.3700.13251.7154.6770.59
Hex9B8BDD1E250Dfc3747
Octal233213335364501537467107
Binary1001101110001011110111011111010010101101111111001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,221); }

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

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

 a { background-color: rgb(155,139,221); }

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

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

 span { border-color: rgb(155,139,221); }

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