#8D91C3

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

Shades of Blue Bell #8D91C3

Tints of Blue Bell #8D91C3

Color information

#8D91C3 (or 0x8D91C3) is unknown color: approx Blue Bell. HEX triplet: 8D, 91 and C3. RGB value is (141,145,195). Sum of RGB (Red+Green+Blue) = 141+145+195=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #8D91C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91C3 is #726E3C. Grayscale: #959595. Windows color (decimal): -7499325 or 12816781. OLE color: 12816781.

HSL color Cylindrical-coordinate representation of color #8D91C3: hue angle of 235.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D91C3 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141145195-
CMYK0.280.2600.24
HSL235.56º31.03%65.88%-
HSV(B)235.56º27.69%76.47%-
XYZ30.9629.8555.76-
YUV149.5153.67121.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=29.31%
G=30.15%
B=40.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411451950.280.2600.24235.5631.0365.88
Hex8D91C31C1A018ec1f42
Octal215221303343203035437102
Binary100011011001000111000011111001101001100011101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D91C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D91C3; }

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

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

<style>
 a { background-color: #8D91C3; }

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

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

<style>
 span { border-color: #8D91C3; }

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

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