#918CDB

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

Shades of Blue Bell #918CDB

Tints of Blue Bell #918CDB

Color information

#918CDB (or 0x918CDB) is unknown color: approx Blue Bell. HEX triplet: 91, 8C and DB. RGB value is (145,140,219). Sum of RGB (Red+Green+Blue) = 145+140+219=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #918CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CDB is #6E7324. Grayscale: #969696. Windows color (decimal): -7238437 or 14388369. OLE color: 14388369.

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

Color convert

RGB145140219-
CMYK0.340.3600.14
HSL243.8º52.32%70.39%-
HSV(B)243.8º36.07%85.88%-
XYZ33.8429.8971-
YUV150.5166.66124.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=28.77%
G=27.78%
B=43.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451402190.340.3600.14243.852.3270.39
Hex918CDB22240Ef43446
Octal221214333424401636464106
Binary10010001100011001101101110001010010001110111101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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