#9F9FCA

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

Shades of Wistful #9F9FCA

Tints of Wistful #9F9FCA

Color information

#9F9FCA (or 0x9F9FCA) is unknown color: approx Wistful. HEX triplet: 9F, 9F and CA. RGB value is (159,159,202). Sum of RGB (Red+Green+Blue) = 159+159+202=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FCA is #606035. Grayscale: #A3A3A3. Windows color (decimal): -6316086 or 13279135. OLE color: 13279135.

HSL color Cylindrical-coordinate representation of color #9F9FCA: hue angle of 240º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F9FCA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159159202-
CMYK0.210.2100.21
HSL240º28.86%70.78%-
HSV(B)240º21.29%79.22%-
XYZ37.3636.4360.94-
YUV163.9149.5124.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=30.58%
G=30.58%
B=38.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591592020.210.2100.2124028.8670.78
Hex9F9FCA1515015f01d47
Octal237237312252502536035107
Binary100111111001111111001010101011010101010111110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,159,202); }

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

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

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

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

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

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

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