#9D99EB

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

Shades of Wistful #9D99EB

Tints of Wistful #9D99EB

Color information

#9D99EB (or 0x9D99EB) is unknown color: approx Wistful. HEX triplet: 9D, 99 and EB. RGB value is (157,153,235). Sum of RGB (Red+Green+Blue) = 157+153+235=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D99EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D99EB is #626614. Grayscale: #A3A3A3. Windows color (decimal): -6448661 or 15440285. OLE color: 15440285.

HSL color Cylindrical-coordinate representation of color #9D99EB: hue angle of 242.93º 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 #9D99EB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157153235-
CMYK0.330.3500.08
HSL242.93º67.21%76.08%-
HSV(B)242.93º34.89%92.16%-
XYZ40.2935.9583.41-
YUV163.54168.33123.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=28.81%
G=28.07%
B=43.12%

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
Decimal1571532350.330.3500.08242.9367.2176.08
Hex9D99EB212308f3434c
Octal2352313534143010363103114
Binary100111011001100111101011100001100011010001111001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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