#8D91C9

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

Shades of Blue Bell #8D91C9

Tints of Blue Bell #8D91C9

Color information

#8D91C9 (or 0x8D91C9) is unknown color: approx Blue Bell. HEX triplet: 8D, 91 and C9. RGB value is (141,145,201). Sum of RGB (Red+Green+Blue) = 141+145+201=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D91C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91C9 is #726E36. Grayscale: #959595. Windows color (decimal): -7499319 or 13209997. OLE color: 13209997.

HSL color Cylindrical-coordinate representation of color #8D91C9: hue angle of 236º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D91C9 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141145201-
CMYK0.300.2800.21
HSL236º35.71%67.06%-
HSV(B)236º29.85%78.82%-
XYZ31.6530.1359.41-
YUV150.19156.67121.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=28.95%
G=29.77%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411452010.300.2800.2123635.7167.06
Hex8D91C91E1C015ec2443
Octal215221311363402535444103
Binary1000110110010001110010011111011100010101111011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D91C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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