#9D9AEB

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

Shades of Wistful #9D9AEB

Tints of Wistful #9D9AEB

Color information

#9D9AEB (or 0x9D9AEB) is unknown color: approx Wistful. HEX triplet: 9D, 9A and EB. RGB value is (157,154,235). Sum of RGB (Red+Green+Blue) = 157+154+235=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D9AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AEB is #626514. Grayscale: #A3A3A3. Windows color (decimal): -6448405 or 15440541. OLE color: 15440541.

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

Color convert

RGB157154235-
CMYK0.330.3400.08
HSL242.22º66.94%76.27%-
HSV(B)242.22º34.47%92.16%-
XYZ40.4636.2883.47-
YUV164.13167.99122.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=28.75%
G=28.21%
B=43.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571542350.330.3400.08242.2266.9476.27
Hex9D9AEB212208f2434c
Octal2352323534142010362103114
Binary100111011001101011101011100001100010010001111001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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