#9D98EB

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

Shades of Wistful #9D98EB

Tints of Wistful #9D98EB

Color information

#9D98EB (or 0x9D98EB) is unknown color: approx Wistful. HEX triplet: 9D, 98 and EB. RGB value is (157,152,235). Sum of RGB (Red+Green+Blue) = 157+152+235=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D98EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D98EB is #626714. Grayscale: #A2A2A2. Windows color (decimal): -6448917 or 15440029. OLE color: 15440029.

HSL color Cylindrical-coordinate representation of color #9D98EB: hue angle of 243.61º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D98EB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157152235-
CMYK0.330.3500.08
HSL243.61º67.48%75.88%-
HSV(B)243.61º35.32%92.16%-
XYZ40.1335.6283.36-
YUV162.96168.66123.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.86%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=28.86%
G=27.94%
B=43.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571522350.330.3500.08243.6167.4875.88
Hex9D98EB212308f4434c
Octal2352303534143010364103114
Binary100111011001100011101011100001100011010001111010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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