#9F9CEF

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

Shades of Wistful #9F9CEF

Tints of Wistful #9F9CEF

Color information

#9F9CEF (or 0x9F9CEF) is unknown color: approx Wistful. HEX triplet: 9F, 9C and EF. RGB value is (159,156,239). Sum of RGB (Red+Green+Blue) = 159+156+239=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CEF is #606310. Grayscale: #A6A6A6. Windows color (decimal): -6316817 or 15703199. OLE color: 15703199.

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

Color convert

RGB159156239-
CMYK0.330.3500.06
HSL242.17º72.17%77.45%-
HSV(B)242.17º34.73%93.73%-
XYZ41.7737.3886.68-
YUV166.36168.99122.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=28.70%
G=28.16%
B=43.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591562390.330.3500.06242.1772.1777.45
Hex9F9CEF212306f2484d
Octal237234357414306362110115
Binary10011111100111001110111110000110001101101111001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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