Html Css Color HEX #9F98E0 Wistful

📋 copy color: '#9F98E0'

red 159 ◦ green 152 ◦ blue 224

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

Shades of Wistful #9F98E0

Tints of Wistful #9F98E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 29.72%
G = 28.41%
B = 41.87%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9F98E0 (or 0x9F98E0) is known color: Wistful. HEX triplet: 9F, 98 and E0. RGB value is (159,152,224). Sum of RGB (Red+Green+Blue) = 159+152+224=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #9F98E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98E0 is #60671F. Grayscale: #A2A2A2. Windows color (decimal): -6317856 or 14719135. OLE color: 14719135.

HSL color Cylindrical-coordinate representation of color #9F98E0: hue angle of 245.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F98E0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 152 224 -
CMYK 0.29 0.32 0 0.12
HSL 245.83º 0.54% 0.74% -
HSV(B) 245.83º 0.32% 0.88% -
XYZ 38.98 35.21 75.26 -
YUV 162.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 159 152 224 0.29 0.32 0 0.12 245.83 0.54 0.74
Hex 9F 98 E0 1D 20 0 C F6 36 4A
Octal 237 230 340 35 40 0 14 366 66 112
Binary 10011111 10011000 11100000 11101 100000 0 1100 11110110 110110 1001010

Color Harmonies of #9F98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98E0

Black with #9F98E0

Text Example


Text Example

White with #9F98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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