#9F9DEE

Color #9F9DEE Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9F9DEE

Tints of Wistful #9F9DEE

Color information

#9F9DEE (or 0x9F9DEE) is unknown color: approx Wistful. HEX triplet: 9F, 9D and EE. RGB value is (159,157,238). Sum of RGB (Red+Green+Blue) = 159+157+238=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9DEE is #606211. Grayscale: #A6A6A6. Windows color (decimal): -6316562 or 15637919. OLE color: 15637919.

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

Color convert

RGB159157238-
CMYK0.330.3400.07
HSL241.48º70.43%77.45%-
HSV(B)241.48º34.03%93.33%-
XYZ41.7937.6685.96-
YUV166.83168.16122.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=28.70%
G=28.34%
B=42.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591572380.330.3400.07241.4870.4377.45
Hex9F9DEE212207f1464d
Octal237235356414207361106115
Binary10011111100111011110111010000110001001111111000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,157,238); }

 H1.HeaderClassName
 {
   color: #9F9DEE;
 }
 .AnyTagClassName
 {
   color: #9F9DEE;
 }
</style>
background-color css

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

 a { background-color: rgb(159,157,238); }

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

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

 span { border-color: rgb(159,157,238); }

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