Html Css Color HEX #9F90EF Wistful

📋 copy color: '#9F90EF'

red 159 ◦ green 144 ◦ blue 239

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

Shades of Wistful #9F90EF

Tints of Wistful #9F90EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.57%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 29.34%
G = 26.57%
B = 44.1%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F90EF (or 0x9F90EF) is known color: Wistful. HEX triplet: 9F, 90 and EF. RGB value is (159,144,239). Sum of RGB (Red+Green+Blue) = 159+144+239=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90EF is #606F10. Grayscale: #9E9E9E. Windows color (decimal): -6319889 or 15700127. OLE color: 15700127.

HSL color Cylindrical-coordinate representation of color #9F90EF: hue angle of 249.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F90EF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 144 239 -
CMYK 0.33 0.40 0 0.06
HSL 249.47º 0.75% 0.75% -
HSV(B) 249.47º 0.4% 0.94% -
XYZ 39.85 33.55 86.04 -
YUV 159.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 159 144 239 0.33 0.40 0 0.06 249.47 0.75 0.75
Hex 9F 90 EF 21 28 0 6 F9 4B 4B
Octal 237 220 357 41 50 0 6 371 113 113
Binary 10011111 10010000 11101111 100001 101000 0 110 11111001 1001011 1001011

Color Harmonies of #9F90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90EF

Black with #9F90EF

Text Example


Text Example

White with #9F90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,239); }

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

background-color css

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

 a { background-color: rgb(159,144,239); }

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

border-color css

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

 span { border-color: rgb(159,144,239); }

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