Html Css Color HEX #9D99C4 Wistful

📋 copy color: '#9D99C4'

red 157 ◦ green 153 ◦ blue 196

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

Shades of Wistful #9D99C4

Tints of Wistful #9D99C4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 31.03%
G = 30.24%
B = 38.74%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9D99C4 (or 0x9D99C4) is known color: Wistful. HEX triplet: 9D, 99 and C4. RGB value is (157,153,196). Sum of RGB (Red+Green+Blue) = 157+153+196=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99C4 is #62663B. Grayscale: #9E9E9E. Windows color (decimal): -6448700 or 12884381. OLE color: 12884381.

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

Color convert

RGB 157 153 196 -
CMYK 0.20 0.22 0 0.23
HSL 245.58º 0.27% 0.68% -
HSV(B) 245.58º 0.22% 0.77% -
XYZ 35.26 33.94 56.92 -
YUV 159.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 157 153 196 0.20 0.22 0 0.23 245.58 0.27 0.68
Hex 9D 99 C4 14 16 0 17 F6 1B 44
Octal 235 231 304 24 26 0 27 366 33 104
Binary 10011101 10011001 11000100 10100 10110 0 10111 11110110 11011 1000100

Color Harmonies of #9D99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D99C4

Black with #9D99C4

Text Example


Text Example

White with #9D99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,153,196); }

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

background-color css

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

 a { background-color: rgb(157,153,196); }

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

border-color css

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

 span { border-color: rgb(157,153,196); }

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