#908DDB

Color #908DDB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #908DDB

Tints of Blue Bell #908DDB

Color information

#908DDB (or 0x908DDB) is unknown color: approx Blue Bell. HEX triplet: 90, 8D and DB. RGB value is (144,141,219). Sum of RGB (Red+Green+Blue) = 144+141+219=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #908DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DDB is #6F7224. Grayscale: #969696. Windows color (decimal): -7303717 or 14388624. OLE color: 14388624.

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

Color convert

RGB144141219-
CMYK0.340.3600.14
HSL242.31º52%70.59%-
HSV(B)242.31º35.62%85.88%-
XYZ33.8130.0971.04-
YUV150.79166.49123.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=28.57%
G=27.98%
B=43.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441412190.340.3600.14242.315270.59
Hex908DDB22240Ef23447
Octal220215333424401636264107
Binary10010000100011011101101110001010010001110111100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908DDB; }

 p { color: rgb(144,141,219); }

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

<style>
 a { background-color: #908DDB; }

 a { background-color: rgb(144,141,219); }

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

<style>
 span { border-color: #908DDB; }

 span { border-color: rgb(144,141,219); }

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