Html Css Color HEX #9D8FDB Wistful

📋 copy color: '#9D8FDB'

red 157 ◦ green 143 ◦ blue 219

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

Shades of Wistful #9D8FDB

Tints of Wistful #9D8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

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

R = 30.25%
G = 27.55%
B = 42.2%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D8FDB (or 0x9D8FDB) is known color: Wistful. HEX triplet: 9D, 8F and DB. RGB value is (157,143,219). Sum of RGB (Red+Green+Blue) = 157+143+219=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FDB is #627024. Grayscale: #9B9B9B. Windows color (decimal): -6451237 or 14389149. OLE color: 14389149.

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

Color convert

RGB 157 143 219 -
CMYK 0.28 0.35 0 0.14
HSL 251.05º 0.51% 0.71% -
HSV(B) 251.05º 0.35% 0.86% -
XYZ 36.51 31.93 71.26 -
YUV 155.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 157 143 219 0.28 0.35 0 0.14 251.05 0.51 0.71
Hex 9D 8F DB 1C 23 0 E FB 33 47
Octal 235 217 333 34 43 0 16 373 63 107
Binary 10011101 10001111 11011011 11100 100011 0 1110 11111011 110011 1000111

Color Harmonies of #9D8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8FDB

Black with #9D8FDB

Text Example


Text Example

White with #9D8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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