#9B8CDB

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

Shades of Wistful #9B8CDB

Tints of Wistful #9B8CDB

Color information

#9B8CDB (or 0x9B8CDB) is unknown color: approx Wistful. HEX triplet: 9B, 8C and DB. RGB value is (155,140,219). Sum of RGB (Red+Green+Blue) = 155+140+219=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CDB is #647324. Grayscale: #999999. Windows color (decimal): -6583077 or 14388379. OLE color: 14388379.

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

Color convert

RGB155140219-
CMYK0.290.3600.14
HSL251.39º52.32%70.39%-
HSV(B)251.39º36.07%85.88%-
XYZ35.6830.8471.09-
YUV153.49164.97129.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=30.16%
G=27.24%
B=42.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551402190.290.3600.14251.3952.3270.39
Hex9B8CDB1D240Efb3446
Octal233214333354401637364106
Binary1001101110001100110110111110110010001110111110111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,219); }

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

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

 a { background-color: rgb(155,140,219); }

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

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

 span { border-color: rgb(155,140,219); }

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