#908DD0

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

Shades of Blue Bell #908DD0

Tints of Blue Bell #908DD0

Color information

#908DD0 (or 0x908DD0) is unknown color: approx Blue Bell. HEX triplet: 90, 8D and D0. RGB value is (144,141,208). Sum of RGB (Red+Green+Blue) = 144+141+208=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #908DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DD0 is #6F722F. Grayscale: #959595. Windows color (decimal): -7303728 or 13667728. OLE color: 13667728.

HSL color Cylindrical-coordinate representation of color #908DD0: hue angle of 242.69º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908DD0 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144141208-
CMYK0.310.3200.18
HSL242.69º41.61%68.43%-
HSV(B)242.69º32.21%81.57%-
XYZ32.4129.5363.67-
YUV149.54160.99124.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=29.21%
G=28.60%
B=42.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441412080.310.3200.18242.6941.6168.43
Hex908DD01F20012f32a44
Octal220215320374002236352104
Binary10010000100011011101000011111100000010010111100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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