#9B8EDA

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

Shades of Wistful #9B8EDA

Tints of Wistful #9B8EDA

Color information

#9B8EDA (or 0x9B8EDA) is unknown color: approx Wistful. HEX triplet: 9B, 8E and DA. RGB value is (155,142,218). Sum of RGB (Red+Green+Blue) = 155+142+218=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8EDA is #647125. Grayscale: #9A9A9A. Windows color (decimal): -6582566 or 14323355. OLE color: 14323355.

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

Color convert

RGB155142218-
CMYK0.290.3500.15
HSL250.26º50.67%70.59%-
HSV(B)250.26º34.86%85.49%-
XYZ35.8531.3870.5-
YUV154.55163.81128.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=30.10%
G=27.57%
B=42.33%

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
Decimal1551422180.290.3500.15250.2650.6770.59
Hex9B8EDA1D230Ffa3347
Octal233216332354301737263107
Binary1001101110001110110110101110110001101111111110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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