#9B8EDF

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

Shades of Wistful #9B8EDF

Tints of Wistful #9B8EDF

Color information

#9B8EDF (or 0x9B8EDF) is unknown color: approx Wistful. HEX triplet: 9B, 8E and DF. RGB value is (155,142,223). Sum of RGB (Red+Green+Blue) = 155+142+223=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8EDF is #647120. Grayscale: #9A9A9A. Windows color (decimal): -6582561 or 14651035. OLE color: 14651035.

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

Color convert

RGB155142223-
CMYK0.300.3600.13
HSL249.63º55.86%71.57%-
HSV(B)249.63º36.32%87.45%-
XYZ36.5131.6474-
YUV155.12166.31127.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=29.81%
G=27.31%
B=42.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551422230.300.3600.13249.6355.8671.57
Hex9B8EDF1E240Dfa3848
Octal233216337364401537270110
Binary1001101110001110110111111111010010001101111110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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