#9B8BDF

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

Shades of Wistful #9B8BDF

Tints of Wistful #9B8BDF

Color information

#9B8BDF (or 0x9B8BDF) is unknown color: approx Wistful. HEX triplet: 9B, 8B and DF. RGB value is (155,139,223). Sum of RGB (Red+Green+Blue) = 155+139+223=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BDF is #647420. Grayscale: #999999. Windows color (decimal): -6583329 or 14650267. OLE color: 14650267.

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

Color convert

RGB155139223-
CMYK0.300.3800.13
HSL251.43º56.76%70.98%-
HSV(B)251.43º37.67%87.45%-
XYZ36.0730.7673.85-
YUV153.36167.3129.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 223 (87.5% from 255) = 43.13%
R=29.98%
G=26.89%
B=43.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551392230.300.3800.13251.4356.7670.98
Hex9B8BDF1E260Dfb3947
Octal233213337364601537371107
Binary1001101110001011110111111111010011001101111110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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