#9D92D0

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

Shades of Wistful #9D92D0

Tints of Wistful #9D92D0

Color information

#9D92D0 (or 0x9D92D0) is unknown color: approx Wistful. HEX triplet: 9D, 92 and D0. RGB value is (157,146,208). Sum of RGB (Red+Green+Blue) = 157+146+208=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D92D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92D0 is #626D2F. Grayscale: #9C9C9C. Windows color (decimal): -6450480 or 13669021. OLE color: 13669021.

HSL color Cylindrical-coordinate representation of color #9D92D0: hue angle of 250.65º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D92D0 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB157146208-
CMYK0.250.3000.18
HSL250.65º39.74%69.41%-
HSV(B)250.65º29.81%81.57%-
XYZ35.5732.2864.03-
YUV156.36157.14128.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=30.72%
G=28.57%
B=40.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1571462080.250.3000.18250.6539.7469.41
Hex9D92D0191E012fb2845
Octal235222320313602237350105
Binary1001110110010010110100001100111110010010111110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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