Html Css Color HEX #9F98D6 Wistful

📋 copy color: '#9F98D6'

red 159 ◦ green 152 ◦ blue 214

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

Shades of Wistful #9F98D6

Tints of Wistful #9F98D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 30.29%
G = 28.95%
B = 40.76%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F98D6 (or 0x9F98D6) is known color: Wistful. HEX triplet: 9F, 98 and D6. RGB value is (159,152,214). Sum of RGB (Red+Green+Blue) = 159+152+214=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F98D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98D6 is #606729. Grayscale: #A0A0A0. Windows color (decimal): -6317866 or 14063775. OLE color: 14063775.

HSL color Cylindrical-coordinate representation of color #9F98D6: hue angle of 246.77º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F98D6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 152 214 -
CMYK 0.26 0.29 0 0.16
HSL 246.77º 0.43% 0.72% -
HSV(B) 246.77º 0.29% 0.84% -
XYZ 37.66 34.68 68.33 -
YUV 161.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 159 152 214 0.26 0.29 0 0.16 246.77 0.43 0.72
Hex 9F 98 D6 1A 1D 0 10 F7 2B 48
Octal 237 230 326 32 35 0 20 367 53 110
Binary 10011111 10011000 11010110 11010 11101 0 10000 11110111 101011 1001000

Color Harmonies of #9F98D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98D6

Black with #9F98D6

Text Example


Text Example

White with #9F98D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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