#9E92CD

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

Shades of Wistful #9E92CD

Tints of Wistful #9E92CD

Color information

#9E92CD (or 0x9E92CD) is unknown color: approx Wistful. HEX triplet: 9E, 92 and CD. RGB value is (158,146,205). Sum of RGB (Red+Green+Blue) = 158+146+205=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92CD is #616D32. Grayscale: #9C9C9C. Windows color (decimal): -6384947 or 13472414. OLE color: 13472414.

HSL color Cylindrical-coordinate representation of color #9E92CD: hue angle of 252.2º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E92CD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158146205-
CMYK0.230.2900.20
HSL252.2º37.11%68.82%-
HSV(B)252.2º28.78%80.39%-
XYZ35.432.2362.11-
YUV156.31155.48129.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=31.04%
G=28.68%
B=40.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581462050.230.2900.20252.237.1168.82
Hex9E92CD171D014fc2545
Octal236222315273502437445105
Binary1001111010010010110011011011111101010100111111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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