Html Css Color HEX #9D8CDB Wistful

📋 copy color: '#9D8CDB'

red 157 ◦ green 140 ◦ blue 219

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

Shades of Wistful #9D8CDB

Tints of Wistful #9D8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

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

R = 30.43%
G = 27.13%
B = 42.44%

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

#9D8CDB (or 0x9D8CDB) is known color: Wistful. HEX triplet: 9D, 8C and DB. RGB value is (157,140,219). Sum of RGB (Red+Green+Blue) = 157+140+219=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CDB is #627324. Grayscale: #999999. Windows color (decimal): -6452005 or 14388381. OLE color: 14388381.

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

Color convert

RGB 157 140 219 -
CMYK 0.28 0.36 0 0.14
HSL 252.91º 0.52% 0.7% -
HSV(B) 252.91º 0.36% 0.86% -
XYZ 36.07 31.04 71.11 -
YUV 154.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 157 140 219 0.28 0.36 0 0.14 252.91 0.52 0.7
Hex 9D 8C DB 1C 24 0 E FD 34 46
Octal 235 214 333 34 44 0 16 375 64 106
Binary 10011101 10001100 11011011 11100 100100 0 1110 11111101 110100 1000110

Color Harmonies of #9D8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8CDB

Black with #9D8CDB

Text Example


Text Example

White with #9D8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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