#9D8DEB

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

Shades of Wistful #9D8DEB

Tints of Wistful #9D8DEB

Color information

#9D8DEB (or 0x9D8DEB) is unknown color: approx Wistful. HEX triplet: 9D, 8D and EB. RGB value is (157,141,235). Sum of RGB (Red+Green+Blue) = 157+141+235=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8DEB is #627214. Grayscale: #9C9C9C. Windows color (decimal): -6451733 or 15437213. OLE color: 15437213.

HSL color Cylindrical-coordinate representation of color #9D8DEB: hue angle of 250.21º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D8DEB is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157141235-
CMYK0.330.400.08
HSL250.21º70.15%73.73%-
HSV(B)250.21º40%92.16%-
XYZ38.4232.2282.79-
YUV156.5172.3128.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=29.46%
G=26.45%
B=44.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571412350.330.400.08250.2170.1573.73
Hex9D8DEB212808fa464a
Octal2352153534150010372106112
Binary100111011000110111101011100001101000010001111101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,235); }

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

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

 a { background-color: rgb(157,141,235); }

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

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

 span { border-color: rgb(157,141,235); }

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