#9D98E2

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

Shades of Wistful #9D98E2

Tints of Wistful #9D98E2

Color information

#9D98E2 (or 0x9D98E2) is unknown color: approx Wistful. HEX triplet: 9D, 98 and E2. RGB value is (157,152,226). Sum of RGB (Red+Green+Blue) = 157+152+226=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #9D98E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98E2 is #62671D. Grayscale: #A1A1A1. Windows color (decimal): -6448926 or 14850205. OLE color: 14850205.

HSL color Cylindrical-coordinate representation of color #9D98E2: hue angle of 244.05º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D98E2 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157152226-
CMYK0.310.3300.11
HSL244.05º56.06%74.12%-
HSV(B)244.05º32.74%88.63%-
XYZ38.8635.1276.68-
YUV161.93164.16124.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=29.35%
G=28.41%
B=42.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571522260.310.3300.11244.0556.0674.12
Hex9D98E21F210Bf4384a
Octal235230342374101336470112
Binary1001110110011000111000101111110000101011111101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D98E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,152,226); }

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

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

 a { background-color: rgb(157,152,226); }

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

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

 span { border-color: rgb(157,152,226); }

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