#918BDB

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

Shades of Blue Bell #918BDB

Tints of Blue Bell #918BDB

Color information

#918BDB (or 0x918BDB) is unknown color: approx Blue Bell. HEX triplet: 91, 8B and DB. RGB value is (145,139,219). Sum of RGB (Red+Green+Blue) = 145+139+219=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #918BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BDB is #6E7424. Grayscale: #959595. Windows color (decimal): -7238693 or 14388113. OLE color: 14388113.

HSL color Cylindrical-coordinate representation of color #918BDB: hue angle of 244.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918BDB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145139219-
CMYK0.340.3700.14
HSL244.5º52.63%70.2%-
HSV(B)244.5º36.53%85.88%-
XYZ33.729.670.96-
YUV149.91166.99124.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.83%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=28.83%
G=27.63%
B=43.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451392190.340.3700.14244.552.6370.2
Hex918BDB22250Ef43546
Octal221213333424501636465106
Binary10010001100010111101101110001010010101110111101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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