#9D8CE4

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

Shades of Wistful #9D8CE4

Tints of Wistful #9D8CE4

Color information

#9D8CE4 (or 0x9D8CE4) is unknown color: approx Wistful. HEX triplet: 9D, 8C and E4. RGB value is (157,140,228). Sum of RGB (Red+Green+Blue) = 157+140+228=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #9D8CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CE4 is #62731B. Grayscale: #9A9A9A. Windows color (decimal): -6451996 or 14978205. OLE color: 14978205.

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

Color convert

RGB157140228-
CMYK0.310.3900.11
HSL251.59º61.97%72.16%-
HSV(B)251.59º38.6%89.41%-
XYZ37.2931.5377.52-
YUV155.11169.13129.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=29.90%
G=26.67%
B=43.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571402280.310.3900.11251.5961.9772.16
Hex9D8CE41F270Bfc3e48
Octal235214344374701337476110
Binary1001110110001100111001001111110011101011111111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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