#9B8FD5

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

Shades of Wistful #9B8FD5

Tints of Wistful #9B8FD5

Color information

#9B8FD5 (or 0x9B8FD5) is unknown color: approx Wistful. HEX triplet: 9B, 8F and D5. RGB value is (155,143,213). Sum of RGB (Red+Green+Blue) = 155+143+213=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B8FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FD5 is #64702A. Grayscale: #9A9A9A. Windows color (decimal): -6582315 or 13995931. OLE color: 13995931.

HSL color Cylindrical-coordinate representation of color #9B8FD5: hue angle of 250.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8FD5 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155143213-
CMYK0.270.3300.16
HSL250.29º45.45%69.8%-
HSV(B)250.29º32.86%83.53%-
XYZ35.3531.4267.15-
YUV154.57160.98128.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.33%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=30.33%
G=27.98%
B=41.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551432130.270.3300.16250.2945.4569.8
Hex9B8FD51B21010fa2d46
Octal233217325334102037255106
Binary10011011100011111101010111011100001010000111110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,213); }

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

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

 a { background-color: rgb(155,143,213); }

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

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

 span { border-color: rgb(155,143,213); }

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