#9B8EF1

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

Shades of Wistful #9B8EF1

Tints of Wistful #9B8EF1

Color information

#9B8EF1 (or 0x9B8EF1) is unknown color: approx Wistful. HEX triplet: 9B, 8E and F1. RGB value is (155,142,241). Sum of RGB (Red+Green+Blue) = 155+142+241=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B8EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8EF1 is #64710E. Grayscale: #9C9C9C. Windows color (decimal): -6582543 or 15830683. OLE color: 15830683.

HSL color Cylindrical-coordinate representation of color #9B8EF1: hue angle of 247.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8EF1 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155142241-
CMYK0.360.4100.05
HSL247.88º77.95%75.1%-
HSV(B)247.88º41.08%94.51%-
XYZ39.0732.6787.47-
YUV157.17175.31126.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=28.81%
G=26.39%
B=44.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551422410.360.4100.05247.8877.9575.1
Hex9B8EF1242905f84e4b
Octal233216361445105370116113
Binary10011011100011101111000110010010100101011111100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,241); }

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

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

 a { background-color: rgb(155,142,241); }

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

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

 span { border-color: rgb(155,142,241); }

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