Html Css Color HEX #9F98F2 Wistful

📋 copy color: '#9F98F2'

red 159 ◦ green 152 ◦ blue 242

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

Shades of Wistful #9F98F2

Tints of Wistful #9F98F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 28.75%
G = 27.49%
B = 43.76%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F98F2 (or 0x9F98F2) is known color: Wistful. HEX triplet: 9F, 98 and F2. RGB value is (159,152,242). Sum of RGB (Red+Green+Blue) = 159+152+242=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F98F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F98F2 is #60670D. Grayscale: #A4A4A4. Windows color (decimal): -6317838 or 15898783. OLE color: 15898783.

HSL color Cylindrical-coordinate representation of color #9F98F2: hue angle of 244.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F98F2 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 152 242 -
CMYK 0.34 0.37 0 0.05
HSL 244.67º 0.78% 0.77% -
HSV(B) 244.67º 0.37% 0.95% -
XYZ 41.55 36.24 88.81 -
YUV 164.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 159 152 242 0.34 0.37 0 0.05 244.67 0.78 0.77
Hex 9F 98 F2 22 25 0 5 F5 4E 4D
Octal 237 230 362 42 45 0 5 365 116 115
Binary 10011111 10011000 11110010 100010 100101 0 101 11110101 1001110 1001101

Color Harmonies of #9F98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98F2

Black with #9F98F2

Text Example


Text Example

White with #9F98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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