#918EBE

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

Shades of Blue Bell #918EBE

Tints of Blue Bell #918EBE

Color information

#918EBE (or 0x918EBE) is unknown color: approx Blue Bell. HEX triplet: 91, 8E and BE. RGB value is (145,142,190). Sum of RGB (Red+Green+Blue) = 145+142+190=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #918EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EBE is #6E7141. Grayscale: #949494. Windows color (decimal): -7237954 or 12488337. OLE color: 12488337.

HSL color Cylindrical-coordinate representation of color #918EBE: hue angle of 243.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #918EBE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145142190-
CMYK0.240.2500.25
HSL243.75º26.97%65.1%-
HSV(B)243.75º25.26%74.51%-
XYZ30.6429.0852.71-
YUV148.37151.49125.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.40%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=30.40%
G=29.77%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451421900.240.2500.25243.7526.9765.1
Hex918EBE1819019f41b41
Octal221216276303103136433101
Binary100100011000111010111110110001100101100111110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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