#9F9ACD

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

Shades of Wistful #9F9ACD

Tints of Wistful #9F9ACD

Color information

#9F9ACD (or 0x9F9ACD) is unknown color: approx Wistful. HEX triplet: 9F, 9A and CD. RGB value is (159,154,205). Sum of RGB (Red+Green+Blue) = 159+154+205=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ACD is #606532. Grayscale: #A1A1A1. Windows color (decimal): -6317363 or 13474463. OLE color: 13474463.

HSL color Cylindrical-coordinate representation of color #9F9ACD: hue angle of 245.88º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9ACD is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159154205-
CMYK0.220.2500.20
HSL245.88º33.77%70.39%-
HSV(B)245.88º24.88%80.39%-
XYZ36.8734.8962.55-
YUV161.31152.66126.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=30.69%
G=29.73%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591542050.220.2500.20245.8833.7770.39
Hex9F9ACD1619014f62246
Octal237232315263102436642106
Binary1001111110011010110011011011011001010100111101101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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