Html Css Color HEX #9D9BDC Wistful

📋 copy color: '#9D9BDC'

red 157 ◦ green 155 ◦ blue 220

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

Shades of Wistful #9D9BDC

Tints of Wistful #9D9BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 29.51%
G = 29.14%
B = 41.35%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D9BDC (or 0x9D9BDC) is known color: Wistful. HEX triplet: 9D, 9B and DC. RGB value is (157,155,220). Sum of RGB (Red+Green+Blue) = 157+155+220=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BDC is #626423. Grayscale: #A2A2A2. Windows color (decimal): -6448164 or 14457757. OLE color: 14457757.

HSL color Cylindrical-coordinate representation of color #9D9BDC: hue angle of 241.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9BDC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 155 220 -
CMYK 0.29 0.30 0 0.14
HSL 241.85º 0.48% 0.74% -
HSV(B) 241.85º 0.3% 0.86% -
XYZ 38.54 35.78 72.58 -
YUV 163.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 157 155 220 0.29 0.30 0 0.14 241.85 0.48 0.74
Hex 9D 9B DC 1D 1E 0 E F2 30 4A
Octal 235 233 334 35 36 0 16 362 60 112
Binary 10011101 10011011 11011100 11101 11110 0 1110 11110010 110000 1001010

Color Harmonies of #9D9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9BDC

Black with #9D9BDC

Text Example


Text Example

White with #9D9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,155,220); }

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

background-color css

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

 a { background-color: rgb(157,155,220); }

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

border-color css

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

 span { border-color: rgb(157,155,220); }

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