#9B8CD9

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

Shades of Wistful #9B8CD9

Tints of Wistful #9B8CD9

Color information

#9B8CD9 (or 0x9B8CD9) is unknown color: approx Wistful. HEX triplet: 9B, 8C and D9. RGB value is (155,140,217). Sum of RGB (Red+Green+Blue) = 155+140+217=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B8CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CD9 is #647326. Grayscale: #989898. Windows color (decimal): -6583079 or 14257307. OLE color: 14257307.

HSL color Cylindrical-coordinate representation of color #9B8CD9: hue angle of 251.69º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8CD9 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155140217-
CMYK0.290.3500.15
HSL251.69º50.33%70%-
HSV(B)251.69º35.48%85.1%-
XYZ35.4230.7369.71-
YUV153.26163.97129.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=30.27%
G=27.34%
B=42.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551402170.290.3500.15251.6950.3370
Hex9B8CD91D230Ffc3246
Octal233214331354301737462106
Binary1001101110001100110110011110110001101111111111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,217); }

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

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

 a { background-color: rgb(155,140,217); }

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

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

 span { border-color: rgb(155,140,217); }

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