#9E98CE

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

Shades of Wistful #9E98CE

Tints of Wistful #9E98CE

Color information

#9E98CE (or 0x9E98CE) is unknown color: approx Wistful. HEX triplet: 9E, 98 and CE. RGB value is (158,152,206). Sum of RGB (Red+Green+Blue) = 158+152+206=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98CE is #616731. Grayscale: #9F9F9F. Windows color (decimal): -6383410 or 13539486. OLE color: 13539486.

HSL color Cylindrical-coordinate representation of color #9E98CE: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E98CE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158152206-
CMYK0.230.2600.19
HSL246.67º35.53%70.2%-
HSV(B)246.67º26.21%80.78%-
XYZ36.4734.1863.07-
YUV159.95153.99126.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=30.62%
G=29.46%
B=39.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581522060.230.2600.19246.6735.5370.2
Hex9E98CE171A013f72446
Octal236230316273202336744106
Binary1001111010011000110011101011111010010011111101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,152,206); }

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

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

 a { background-color: rgb(158,152,206); }

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

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

 span { border-color: rgb(158,152,206); }

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