Html Css Color HEX #9D98DD Wistful

📋 copy color: '#9D98DD'

red 157 ◦ green 152 ◦ blue 221

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

Shades of Wistful #9D98DD

Tints of Wistful #9D98DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.68%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 29.62%
G = 28.68%
B = 41.7%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D98DD (or 0x9D98DD) is known color: Wistful. HEX triplet: 9D, 98 and DD. RGB value is (157,152,221). Sum of RGB (Red+Green+Blue) = 157+152+221=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98DD is #626722. Grayscale: #A1A1A1. Windows color (decimal): -6448931 or 14522525. OLE color: 14522525.

HSL color Cylindrical-coordinate representation of color #9D98DD: hue angle of 244.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D98DD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 152 221 -
CMYK 0.29 0.31 0 0.13
HSL 244.35º 0.5% 0.73% -
HSV(B) 244.35º 0.31% 0.87% -
XYZ 38.18 34.85 73.12 -
YUV 161.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 157 152 221 0.29 0.31 0 0.13 244.35 0.5 0.73
Hex 9D 98 DD 1D 1F 0 D F4 32 49
Octal 235 230 335 35 37 0 15 364 62 111
Binary 10011101 10011000 11011101 11101 11111 0 1101 11110100 110010 1001001

Color Harmonies of #9D98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D98DD

Black with #9D98DD

Text Example


Text Example

White with #9D98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,152,221); }

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

background-color css

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

 a { background-color: rgb(157,152,221); }

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

border-color css

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

 span { border-color: rgb(157,152,221); }

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