Html Css Color HEX #9F9ADE Wistful

📋 copy color: '#9F9ADE'

red 159 ◦ green 154 ◦ blue 222

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

Shades of Wistful #9F9ADE

Tints of Wistful #9F9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

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

R = 29.72%
G = 28.79%
B = 41.5%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F9ADE (or 0x9F9ADE) is known color: Wistful. HEX triplet: 9F, 9A and DE. RGB value is (159,154,222). Sum of RGB (Red+Green+Blue) = 159+154+222=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ADE is #606521. Grayscale: #A2A2A2. Windows color (decimal): -6317346 or 14588575. OLE color: 14588575.

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

Color convert

RGB 159 154 222 -
CMYK 0.28 0.31 0 0.13
HSL 244.41º 0.51% 0.74% -
HSV(B) 244.41º 0.31% 0.87% -
XYZ 39.04 35.76 73.95 -
YUV 163.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 159 154 222 0.28 0.31 0 0.13 244.41 0.51 0.74
Hex 9F 9A DE 1C 1F 0 D F4 33 4A
Octal 237 232 336 34 37 0 15 364 63 112
Binary 10011111 10011010 11011110 11100 11111 0 1101 11110100 110011 1001010

Color Harmonies of #9F9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9ADE

Black with #9F9ADE

Text Example


Text Example

White with #9F9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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