#908DBE

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

Shades of Blue Bell #908DBE

Tints of Blue Bell #908DBE

Color information

#908DBE (or 0x908DBE) is unknown color: approx Blue Bell. HEX triplet: 90, 8D and BE. RGB value is (144,141,190). Sum of RGB (Red+Green+Blue) = 144+141+190=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #908DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DBE is #6F7241. Grayscale: #939393. Windows color (decimal): -7303746 or 12488080. OLE color: 12488080.

HSL color Cylindrical-coordinate representation of color #908DBE: hue angle of 243.67º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908DBE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144141190-
CMYK0.240.2600.25
HSL243.67º27.37%64.9%-
HSV(B)243.67º25.79%74.51%-
XYZ30.3228.752.66-
YUV147.48151.99125.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 190 (74.61% from 255) = 40%
R=30.32%
G=29.68%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441411900.240.2600.25243.6727.3764.9
Hex908DBE181A019f41b41
Octal220215276303203136433101
Binary100100001000110110111110110001101001100111110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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