Html Css Color HEX #9F90EC Wistful

📋 copy color: '#9F90EC'

red 159 ◦ green 144 ◦ blue 236

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

Shades of Wistful #9F90EC

Tints of Wistful #9F90EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 29.5%
G = 26.72%
B = 43.78%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F90EC (or 0x9F90EC) is known color: Wistful. HEX triplet: 9F, 90 and EC. RGB value is (159,144,236). Sum of RGB (Red+Green+Blue) = 159+144+236=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90EC is #606F13. Grayscale: #9E9E9E. Windows color (decimal): -6319892 or 15503519. OLE color: 15503519.

HSL color Cylindrical-coordinate representation of color #9F90EC: hue angle of 249.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F90EC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 144 236 -
CMYK 0.33 0.39 0 0.07
HSL 249.78º 0.71% 0.75% -
HSV(B) 249.78º 0.39% 0.93% -
XYZ 39.41 33.37 83.72 -
YUV 158.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 159 144 236 0.33 0.39 0 0.07 249.78 0.71 0.75
Hex 9F 90 EC 21 27 0 7 FA 47 4B
Octal 237 220 354 41 47 0 7 372 107 113
Binary 10011111 10010000 11101100 100001 100111 0 111 11111010 1000111 1001011

Color Harmonies of #9F90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90EC

Black with #9F90EC

Text Example


Text Example

White with #9F90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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