Html Css Color HEX #9D94DB Wistful

📋 copy color: '#9D94DB'

red 157 ◦ green 148 ◦ blue 219

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

Shades of Wistful #9D94DB

Tints of Wistful #9D94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

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

R = 29.96%
G = 28.24%
B = 41.79%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D94DB (or 0x9D94DB) is known color: Wistful. HEX triplet: 9D, 94 and DB. RGB value is (157,148,219). Sum of RGB (Red+Green+Blue) = 157+148+219=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94DB is #626B24. Grayscale: #9E9E9E. Windows color (decimal): -6449957 or 14390429. OLE color: 14390429.

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

Color convert

RGB 157 148 219 -
CMYK 0.28 0.32 0 0.14
HSL 247.61º 0.5% 0.72% -
HSV(B) 247.61º 0.32% 0.86% -
XYZ 37.28 33.46 71.51 -
YUV 158.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 157 148 219 0.28 0.32 0 0.14 247.61 0.5 0.72
Hex 9D 94 DB 1C 20 0 E F8 32 48
Octal 235 224 333 34 40 0 16 370 62 110
Binary 10011101 10010100 11011011 11100 100000 0 1110 11111000 110010 1001000

Color Harmonies of #9D94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94DB

Black with #9D94DB

Text Example


Text Example

White with #9D94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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