#918BDD

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

Shades of Blue Bell #918BDD

Tints of Blue Bell #918BDD

Color information

#918BDD (or 0x918BDD) is unknown color: approx Blue Bell. HEX triplet: 91, 8B and DD. RGB value is (145,139,221). Sum of RGB (Red+Green+Blue) = 145+139+221=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #918BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BDD is #6E7422. Grayscale: #959595. Windows color (decimal): -7238691 or 14519185. OLE color: 14519185.

HSL color Cylindrical-coordinate representation of color #918BDD: hue angle of 244.39º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918BDD is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145139221-
CMYK0.340.3700.13
HSL244.39º54.67%70.59%-
HSV(B)244.39º37.1%86.67%-
XYZ33.9629.7172.35-
YUV150.14167.99124.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.71%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=28.71%
G=27.52%
B=43.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451392210.340.3700.13244.3954.6770.59
Hex918BDD22250Df43747
Octal221213335424501536467107
Binary10010001100010111101110110001010010101101111101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918BDD; }

 p { color: rgb(145,139,221); }

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

<style>
 a { background-color: #918BDD; }

 a { background-color: rgb(145,139,221); }

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

<style>
 span { border-color: #918BDD; }

 span { border-color: rgb(145,139,221); }

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