#9D8DE4

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

Shades of Wistful #9D8DE4

Tints of Wistful #9D8DE4

Color information

#9D8DE4 (or 0x9D8DE4) is unknown color: approx Wistful. HEX triplet: 9D, 8D and E4. RGB value is (157,141,228). Sum of RGB (Red+Green+Blue) = 157+141+228=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #9D8DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DE4 is #62721B. Grayscale: #9B9B9B. Windows color (decimal): -6451740 or 14978461. OLE color: 14978461.

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

Color convert

RGB157141228-
CMYK0.310.3800.11
HSL251.03º61.7%72.35%-
HSV(B)251.03º38.16%89.41%-
XYZ37.4331.8277.57-
YUV155.7168.8128.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=29.85%
G=26.81%
B=43.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571412280.310.3800.11251.0361.772.35
Hex9D8DE41F260Bfb3e48
Octal235215344374601337376110
Binary1001110110001101111001001111110011001011111110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,228); }

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

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

 a { background-color: rgb(157,141,228); }

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

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

 span { border-color: rgb(157,141,228); }

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