#9D92CA

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

Shades of Wistful #9D92CA

Tints of Wistful #9D92CA

Color information

#9D92CA (or 0x9D92CA) is unknown color: approx Wistful. HEX triplet: 9D, 92 and CA. RGB value is (157,146,202). Sum of RGB (Red+Green+Blue) = 157+146+202=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92CA is #626D35. Grayscale: #9B9B9B. Windows color (decimal): -6450486 or 13275805. OLE color: 13275805.

HSL color Cylindrical-coordinate representation of color #9D92CA: hue angle of 251.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D92CA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157146202-
CMYK0.220.2800.21
HSL251.79º34.57%68.24%-
HSV(B)251.79º27.72%79.22%-
XYZ34.8431.9960.22-
YUV155.67154.14128.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 202 (79.30% from 255) = 40%
R=31.09%
G=28.91%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571462020.220.2800.21251.7934.5768.24
Hex9D92CA161C015fc2344
Octal235222312263402537443104
Binary1001110110010010110010101011011100010101111111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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