#9F9FCB

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

Shades of Wistful #9F9FCB

Tints of Wistful #9F9FCB

Color information

#9F9FCB (or 0x9F9FCB) is unknown color: approx Wistful. HEX triplet: 9F, 9F and CB. RGB value is (159,159,203). Sum of RGB (Red+Green+Blue) = 159+159+203=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FCB is #606034. Grayscale: #A3A3A3. Windows color (decimal): -6316085 or 13344671. OLE color: 13344671.

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

Color convert

RGB159159203-
CMYK0.220.2200.20
HSL240º29.73%70.98%-
HSV(B)240º21.67%79.61%-
XYZ37.4836.4861.57-
YUV164.02150124.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=30.52%
G=30.52%
B=38.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591592030.220.2200.2024029.7370.98
Hex9F9FCB1616014f01e47
Octal237237313262602436036107
Binary100111111001111111001011101101011001010011110000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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