Html Css Color HEX #9F98C0 Wistful

📋 copy color: '#9F98C0'

red 159 ◦ green 152 ◦ blue 192

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

Shades of Wistful #9F98C0

Tints of Wistful #9F98C0

RGB

 RED value IS 159 (62.5% from 255) = 31.61%

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

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 31.61%
G = 30.22%
B = 38.17%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F98C0 (or 0x9F98C0) is known color: Wistful. HEX triplet: 9F, 98 and C0. RGB value is (159,152,192). Sum of RGB (Red+Green+Blue) = 159+152+192=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F98C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98C0 is #60673F. Grayscale: #9E9E9E. Windows color (decimal): -6317888 or 12621983. OLE color: 12621983.

HSL color Cylindrical-coordinate representation of color #9F98C0: hue angle of 250.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F98C0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 152 192 -
CMYK 0.17 0.21 0 0.25
HSL 250.5º 0.24% 0.67% -
HSV(B) 250.5º 0.21% 0.75% -
XYZ 35.04 33.63 54.51 -
YUV 158.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 159 152 192 0.17 0.21 0 0.25 250.5 0.24 0.67
Hex 9F 98 C0 11 15 0 19 FB 18 43
Octal 237 230 300 21 25 0 31 373 30 103
Binary 10011111 10011000 11000000 10001 10101 0 11001 11111011 11000 1000011

Color Harmonies of #9F98C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98C0

Black with #9F98C0

Text Example


Text Example

White with #9F98C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,152,192); }

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

background-color css

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

 a { background-color: rgb(159,152,192); }

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

border-color css

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

 span { border-color: rgb(159,152,192); }

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