Html Css Color HEX #9D9AD7 Wistful

📋 copy color: '#9D9AD7'

red 157 ◦ green 154 ◦ blue 215

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

Shades of Wistful #9D9AD7

Tints of Wistful #9D9AD7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.28%

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 29.85%
G = 29.28%
B = 40.87%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9D9AD7 (or 0x9D9AD7) is known color: Wistful. HEX triplet: 9D, 9A and D7. RGB value is (157,154,215). Sum of RGB (Red+Green+Blue) = 157+154+215=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D9AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9AD7 is #626528. Grayscale: #A1A1A1. Windows color (decimal): -6448425 or 14129821. OLE color: 14129821.

HSL color Cylindrical-coordinate representation of color #9D9AD7: hue angle of 242.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D9AD7 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 154 215 -
CMYK 0.27 0.28 0 0.16
HSL 242.95º 0.43% 0.72% -
HSV(B) 242.95º 0.28% 0.84% -
XYZ 37.73 35.19 69.09 -
YUV 161.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 157 154 215 0.27 0.28 0 0.16 242.95 0.43 0.72
Hex 9D 9A D7 1B 1C 0 10 F3 2B 48
Octal 235 232 327 33 34 0 20 363 53 110
Binary 10011101 10011010 11010111 11011 11100 0 10000 11110011 101011 1001000

Color Harmonies of #9D9AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9AD7

Black with #9D9AD7

Text Example


Text Example

White with #9D9AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,154,215); }

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

background-color css

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

 a { background-color: rgb(157,154,215); }

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

border-color css

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

 span { border-color: rgb(157,154,215); }

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