#9F9BCE

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

Shades of Wistful #9F9BCE

Tints of Wistful #9F9BCE

Color information

#9F9BCE (or 0x9F9BCE) is unknown color: approx Wistful. HEX triplet: 9F, 9B and CE. RGB value is (159,155,206). Sum of RGB (Red+Green+Blue) = 159+155+206=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BCE is #606431. Grayscale: #A1A1A1. Windows color (decimal): -6317106 or 13540255. OLE color: 13540255.

HSL color Cylindrical-coordinate representation of color #9F9BCE: hue angle of 244.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9BCE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159155206-
CMYK0.230.2500.19
HSL244.71º34.23%70.78%-
HSV(B)244.71º24.76%80.78%-
XYZ37.1635.2763.24-
YUV162.01152.83125.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=30.58%
G=29.81%
B=39.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591552060.230.2500.19244.7134.2370.78
Hex9F9BCE1719013f52247
Octal237233316273102336542107
Binary1001111110011011110011101011111001010011111101011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,155,206); }

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

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

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

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

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

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

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