#9B8FCD

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

Shades of Wistful #9B8FCD

Tints of Wistful #9B8FCD

Color information

#9B8FCD (or 0x9B8FCD) is unknown color: approx Wistful. HEX triplet: 9B, 8F and CD. RGB value is (155,143,205). Sum of RGB (Red+Green+Blue) = 155+143+205=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FCD is #647032. Grayscale: #999999. Windows color (decimal): -6582323 or 13471643. OLE color: 13471643.

HSL color Cylindrical-coordinate representation of color #9B8FCD: hue angle of 251.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8FCD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155143205-
CMYK0.240.3000.20
HSL251.61º38.27%68.24%-
HSV(B)251.61º30.24%80.39%-
XYZ34.3631.0261.93-
YUV153.66156.98128.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=30.82%
G=28.43%
B=40.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551432050.240.3000.20251.6138.2768.24
Hex9B8FCD181E014fc2644
Octal233217315303602437446104
Binary1001101110001111110011011100011110010100111111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,205); }

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

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

 a { background-color: rgb(155,143,205); }

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

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

 span { border-color: rgb(155,143,205); }

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