#918CBE

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

Shades of Blue Bell #918CBE

Tints of Blue Bell #918CBE

Color information

#918CBE (or 0x918CBE) is unknown color: approx Blue Bell. HEX triplet: 91, 8C and BE. RGB value is (145,140,190). Sum of RGB (Red+Green+Blue) = 145+140+190=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #918CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CBE is #6E7341. Grayscale: #939393. Windows color (decimal): -7238466 or 12487825. OLE color: 12487825.

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

Color convert

RGB145140190-
CMYK0.240.2600.25
HSL246º27.78%64.71%-
HSV(B)246º26.32%74.51%-
XYZ30.3528.4952.62-
YUV147.2152.16126.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.53%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 190 (74.61% from 255) = 40%
R=30.53%
G=29.47%
B=40%

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
Decimal1451401900.240.2600.2524627.7864.71
Hex918CBE181A019f61c41
Octal221214276303203136634101
Binary100100011000110010111110110001101001100111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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