#908DD8

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

Shades of Blue Bell #908DD8

Tints of Blue Bell #908DD8

Color information

#908DD8 (or 0x908DD8) is unknown color: approx Blue Bell. HEX triplet: 90, 8D and D8. RGB value is (144,141,216). Sum of RGB (Red+Green+Blue) = 144+141+216=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #908DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DD8 is #6F7227. Grayscale: #969696. Windows color (decimal): -7303720 or 14192016. OLE color: 14192016.

HSL color Cylindrical-coordinate representation of color #908DD8: hue angle of 242.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908DD8 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144141216-
CMYK0.330.3500.15
HSL242.4º49.02%70%-
HSV(B)242.4º34.72%84.71%-
XYZ33.4229.9468.98-
YUV150.45164.99123.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=28.74%
G=28.14%
B=43.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441412160.330.3500.15242.449.0270
Hex908DD821230Ff23146
Octal220215330414301736261106
Binary10010000100011011101100010000110001101111111100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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