#9C8EDB

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

Shades of Wistful #9C8EDB

Tints of Wistful #9C8EDB

Color information

#9C8EDB (or 0x9C8EDB) is unknown color: approx Wistful. HEX triplet: 9C, 8E and DB. RGB value is (156,142,219). Sum of RGB (Red+Green+Blue) = 156+142+219=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDB is #637124. Grayscale: #9A9A9A. Windows color (decimal): -6517029 or 14388892. OLE color: 14388892.

HSL color Cylindrical-coordinate representation of color #9C8EDB: hue angle of 250.91º degrees, saturation: 0.52, 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 #9C8EDB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156142219-
CMYK0.290.3500.14
HSL250.91º51.68%70.78%-
HSV(B)250.91º35.16%85.88%-
XYZ36.1731.5371.2-
YUV154.96164.14128.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=30.17%
G=27.47%
B=42.36%

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
Decimal1561422190.290.3500.14250.9151.6870.78
Hex9C8EDB1D230Efb3447
Octal234216333354301637364107
Binary1001110010001110110110111110110001101110111110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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