#918DBE

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

Shades of Blue Bell #918DBE

Tints of Blue Bell #918DBE

Color information

#918DBE (or 0x918DBE) is unknown color: approx Blue Bell. HEX triplet: 91, 8D and BE. RGB value is (145,141,190). Sum of RGB (Red+Green+Blue) = 145+141+190=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #918DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DBE is #6E7241. Grayscale: #939393. Windows color (decimal): -7238210 or 12488081. OLE color: 12488081.

HSL color Cylindrical-coordinate representation of color #918DBE: hue angle of 244.9º 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 #918DBE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145141190-
CMYK0.240.2600.25
HSL244.9º27.37%64.9%-
HSV(B)244.9º25.79%74.51%-
XYZ30.528.7952.66-
YUV147.78151.83126.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.46%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=30.46%
G=29.62%
B=39.92%

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
Decimal1451411900.240.2600.25244.927.3764.9
Hex918DBE181A019f51b41
Octal221215276303203136533101
Binary100100011000110110111110110001101001100111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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