#9E98CF

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

Shades of Wistful #9E98CF

Tints of Wistful #9E98CF

Color information

#9E98CF (or 0x9E98CF) is unknown color: approx Wistful. HEX triplet: 9E, 98 and CF. RGB value is (158,152,207). Sum of RGB (Red+Green+Blue) = 158+152+207=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98CF is #616730. Grayscale: #9F9F9F. Windows color (decimal): -6383409 or 13605022. OLE color: 13605022.

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

Color convert

RGB158152207-
CMYK0.240.2700.19
HSL246.55º36.42%70.39%-
HSV(B)246.55º26.57%81.18%-
XYZ36.5934.2363.71-
YUV160.06154.49126.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=30.56%
G=29.40%
B=40.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581522070.240.2700.19246.5536.4270.39
Hex9E98CF181B013f72446
Octal236230317303302336744106
Binary1001111010011000110011111100011011010011111101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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