#918EDB

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

Shades of Blue Bell #918EDB

Tints of Blue Bell #918EDB

Color information

#918EDB (or 0x918EDB) is unknown color: approx Blue Bell. HEX triplet: 91, 8E and DB. RGB value is (145,142,219). Sum of RGB (Red+Green+Blue) = 145+142+219=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #918EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EDB is #6E7124. Grayscale: #979797. Windows color (decimal): -7237925 or 14388881. OLE color: 14388881.

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

Color convert

RGB145142219-
CMYK0.340.3500.14
HSL242.34º51.68%70.78%-
HSV(B)242.34º35.16%85.88%-
XYZ34.1430.4871.1-
YUV151.68165.99123.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.66%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=28.66%
G=28.06%
B=43.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451422190.340.3500.14242.3451.6870.78
Hex918EDB22230Ef23447
Octal221216333424301636264107
Binary10010001100011101101101110001010001101110111100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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