#9C8FDB

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

Shades of Wistful #9C8FDB

Tints of Wistful #9C8FDB

Color information

#9C8FDB (or 0x9C8FDB) is unknown color: approx Wistful. HEX triplet: 9C, 8F and DB. RGB value is (156,143,219). Sum of RGB (Red+Green+Blue) = 156+143+219=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FDB is #637024. Grayscale: #9B9B9B. Windows color (decimal): -6516773 or 14389148. OLE color: 14389148.

HSL color Cylindrical-coordinate representation of color #9C8FDB: hue angle of 250.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8FDB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156143219-
CMYK0.290.3500.14
HSL250.26º51.35%70.98%-
HSV(B)250.26º34.7%85.88%-
XYZ36.3231.8371.25-
YUV155.55163.81128.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=30.12%
G=27.61%
B=42.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561432190.290.3500.14250.2651.3570.98
Hex9C8FDB1D230Efa3347
Octal234217333354301637263107
Binary1001110010001111110110111110110001101110111110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,143,219); }

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

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

 a { background-color: rgb(156,143,219); }

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

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

 span { border-color: rgb(156,143,219); }

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