Html Css Color HEX #9F90DE Wistful

📋 copy color: '#9F90DE'

red 159 ◦ green 144 ◦ blue 222

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

Shades of Wistful #9F90DE

Tints of Wistful #9F90DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 30.29%
G = 27.43%
B = 42.29%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F90DE (or 0x9F90DE) is known color: Wistful. HEX triplet: 9F, 90 and DE. RGB value is (159,144,222). Sum of RGB (Red+Green+Blue) = 159+144+222=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F90DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90DE is #606F21. Grayscale: #9D9D9D. Windows color (decimal): -6319906 or 14586015. OLE color: 14586015.

HSL color Cylindrical-coordinate representation of color #9F90DE: hue angle of 251.54º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F90DE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 144 222 -
CMYK 0.28 0.35 0 0.13
HSL 251.54º 0.54% 0.72% -
HSV(B) 251.54º 0.35% 0.87% -
XYZ 37.46 32.59 73.42 -
YUV 157.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 159 144 222 0.28 0.35 0 0.13 251.54 0.54 0.72
Hex 9F 90 DE 1C 23 0 D FC 36 48
Octal 237 220 336 34 43 0 15 374 66 110
Binary 10011111 10010000 11011110 11100 100011 0 1101 11111100 110110 1001000

Color Harmonies of #9F90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90DE

Black with #9F90DE

Text Example


Text Example

White with #9F90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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