Html Css Color HEX #9D8DDB Wistful

📋 copy color: '#9D8DDB'

red 157 ◦ green 141 ◦ blue 219

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

Shades of Wistful #9D8DDB

Tints of Wistful #9D8DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 30.37%
G = 27.27%
B = 42.36%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D8DDB (or 0x9D8DDB) is known color: Wistful. HEX triplet: 9D, 8D and DB. RGB value is (157,141,219). Sum of RGB (Red+Green+Blue) = 157+141+219=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DDB is #627224. Grayscale: #9A9A9A. Windows color (decimal): -6451749 or 14388637. OLE color: 14388637.

HSL color Cylindrical-coordinate representation of color #9D8DDB: hue angle of 252.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8DDB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 141 219 -
CMYK 0.28 0.36 0 0.14
HSL 252.31º 0.52% 0.71% -
HSV(B) 252.31º 0.36% 0.86% -
XYZ 36.22 31.33 71.16 -
YUV 154.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 157 141 219 0.28 0.36 0 0.14 252.31 0.52 0.71
Hex 9D 8D DB 1C 24 0 E FC 34 47
Octal 235 215 333 34 44 0 16 374 64 107
Binary 10011101 10001101 11011011 11100 100100 0 1110 11111100 110100 1000111

Color Harmonies of #9D8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DDB

Black with #9D8DDB

Text Example


Text Example

White with #9D8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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