#9D92DD

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

Shades of Wistful #9D92DD

Tints of Wistful #9D92DD

Color information

#9D92DD (or 0x9D92DD) is unknown color: approx Wistful. HEX triplet: 9D, 92 and DD. RGB value is (157,146,221). Sum of RGB (Red+Green+Blue) = 157+146+221=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92DD is #626D22. Grayscale: #9D9D9D. Windows color (decimal): -6450467 or 14520989. OLE color: 14520989.

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

Color convert

RGB157146221-
CMYK0.290.3400.13
HSL248.8º52.45%71.96%-
HSV(B)248.8º33.94%86.67%-
XYZ37.2332.9572.8-
YUV157.84163.64127.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=29.96%
G=27.86%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571462210.290.3400.13248.852.4571.96
Hex9D92DD1D220Df93448
Octal235222335354201537164110
Binary1001110110010010110111011110110001001101111110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,221); }

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

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

 a { background-color: rgb(157,146,221); }

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

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

 span { border-color: rgb(157,146,221); }

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