Html Css Color HEX #9F99F2 Wistful

📋 copy color: '#9F99F2'

red 159 ◦ green 153 ◦ blue 242

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

Shades of Wistful #9F99F2

Tints of Wistful #9F99F2

RGB

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

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

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

R = 28.7%
G = 27.62%
B = 43.68%

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

#9F99F2 (or 0x9F99F2) is known color: Wistful. HEX triplet: 9F, 99 and F2. RGB value is (159,153,242). Sum of RGB (Red+Green+Blue) = 159+153+242=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F99F2 is #60660D. Grayscale: #A4A4A4. Windows color (decimal): -6317582 or 15899039. OLE color: 15899039.

HSL color Cylindrical-coordinate representation of color #9F99F2: hue angle of 244.04º degrees, saturation: 0.77, 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 #9F99F2 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 153 242 -
CMYK 0.34 0.37 0 0.05
HSL 244.04º 0.77% 0.77% -
HSV(B) 244.04º 0.37% 0.95% -
XYZ 41.72 36.56 88.86 -
YUV 164.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 159 153 242 0.34 0.37 0 0.05 244.04 0.77 0.77
Hex 9F 99 F2 22 25 0 5 F4 4D 4D
Octal 237 231 362 42 45 0 5 364 115 115
Binary 10011111 10011001 11110010 100010 100101 0 101 11110100 1001101 1001101

Color Harmonies of #9F99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F99F2

Black with #9F99F2

Text Example


Text Example

White with #9F99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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