#9E92CA

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

Shades of Wistful #9E92CA

Tints of Wistful #9E92CA

Color information

#9E92CA (or 0x9E92CA) is unknown color: approx Wistful. HEX triplet: 9E, 92 and CA. RGB value is (158,146,202). Sum of RGB (Red+Green+Blue) = 158+146+202=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92CA is #616D35. Grayscale: #9B9B9B. Windows color (decimal): -6384950 or 13275806. OLE color: 13275806.

HSL color Cylindrical-coordinate representation of color #9E92CA: hue angle of 252.86º 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 #9E92CA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158146202-
CMYK0.220.2800.21
HSL252.86º34.57%68.24%-
HSV(B)252.86º27.72%79.22%-
XYZ35.0432.0960.22-
YUV155.97153.98129.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=31.23%
G=28.85%
B=39.92%

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
Decimal1581462020.220.2800.21252.8634.5768.24
Hex9E92CA161C015fd2344
Octal236222312263402537543104
Binary1001111010010010110010101011011100010101111111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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