#9F9BE2

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

Shades of Wistful #9F9BE2

Tints of Wistful #9F9BE2

Color information

#9F9BE2 (or 0x9F9BE2) is unknown color: approx Wistful. HEX triplet: 9F, 9B and E2. RGB value is (159,155,226). Sum of RGB (Red+Green+Blue) = 159+155+226=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #9F9BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BE2 is #60641D. Grayscale: #A4A4A4. Windows color (decimal): -6317086 or 14850975. OLE color: 14850975.

HSL color Cylindrical-coordinate representation of color #9F9BE2: hue angle of 243.38º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F9BE2 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159155226-
CMYK0.300.3100.11
HSL243.38º55.04%74.71%-
HSV(B)243.38º31.42%88.63%-
XYZ39.7536.376.86-
YUV164.29162.83124.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=29.44%
G=28.70%
B=41.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591552260.300.3100.11243.3855.0474.71
Hex9F9BE21E1F0Bf3374b
Octal237233342363701336367113
Binary100111111001101111100010111101111101011111100111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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