Html Css Color HEX #9D98C5 Wistful

📋 copy color: '#9D98C5'

red 157 ◦ green 152 ◦ blue 197

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

Shades of Wistful #9D98C5

Tints of Wistful #9D98C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 31.03%
G = 30.04%
B = 38.93%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9D98C5 (or 0x9D98C5) is known color: Wistful. HEX triplet: 9D, 98 and C5. RGB value is (157,152,197). Sum of RGB (Red+Green+Blue) = 157+152+197=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #9D98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98C5 is #62673A. Grayscale: #9E9E9E. Windows color (decimal): -6448955 or 12949661. OLE color: 12949661.

HSL color Cylindrical-coordinate representation of color #9D98C5: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D98C5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 152 197 -
CMYK 0.20 0.23 0 0.23
HSL 246.67º 0.28% 0.68% -
HSV(B) 246.67º 0.23% 0.77% -
XYZ 35.21 33.66 57.46 -
YUV 158.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 157 152 197 0.20 0.23 0 0.23 246.67 0.28 0.68
Hex 9D 98 C5 14 17 0 17 F7 1C 44
Octal 235 230 305 24 27 0 27 367 34 104
Binary 10011101 10011000 11000101 10100 10111 0 10111 11110111 11100 1000100

Color Harmonies of #9D98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D98C5

Black with #9D98C5

Text Example


Text Example

White with #9D98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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