Html Css Color HEX #9D8DDD Wistful

📋 copy color: '#9D8DDD'

red 157 ◦ green 141 ◦ blue 221

#9D8DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #9D8DDD

Tints of Wistful #9D8DDD

RGB

 RED value IS 157 (61.72% from 255) = 30.25%

 GREEN value IS 141 (55.47% from 255) = 27.17%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 30.25%
G = 27.17%
B = 42.58%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D8DDD (or 0x9D8DDD) is known color: Wistful. HEX triplet: 9D, 8D and DD. RGB value is (157,141,221). Sum of RGB (Red+Green+Blue) = 157+141+221=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DDD is #627222. Grayscale: #9A9A9A. Windows color (decimal): -6451747 or 14519709. OLE color: 14519709.

HSL color Cylindrical-coordinate representation of color #9D8DDD: hue angle of 252º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8DDD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 141 221 -
CMYK 0.29 0.36 0 0.13
HSL 252º 0.54% 0.71% -
HSV(B) 252º 0.36% 0.87% -
XYZ 36.48 31.44 72.55 -
YUV 154.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 157 141 221 0.29 0.36 0 0.13 252 0.54 0.71
Hex 9D 8D DD 1D 24 0 D FC 36 47
Octal 235 215 335 35 44 0 15 374 66 107
Binary 10011101 10001101 11011101 11101 100100 0 1101 11111100 110110 1000111

Color Harmonies of #9D8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DDD

Black with #9D8DDD

Text Example


Text Example

White with #9D8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D8DDD;
 }
 .AnyTagClassName
 {
   color: #9D8DDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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