#8D91CA

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

Shades of Blue Bell #8D91CA

Tints of Blue Bell #8D91CA

Color information

#8D91CA (or 0x8D91CA) is unknown color: approx Blue Bell. HEX triplet: 8D, 91 and CA. RGB value is (141,145,202). Sum of RGB (Red+Green+Blue) = 141+145+202=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91CA is #726E35. Grayscale: #969696. Windows color (decimal): -7499318 or 13275533. OLE color: 13275533.

HSL color Cylindrical-coordinate representation of color #8D91CA: hue angle of 236.07º degrees, saturation: 0.37, 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 #8D91CA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141145202-
CMYK0.300.2800.21
HSL236.07º36.53%67.25%-
HSV(B)236.07º30.2%79.22%-
XYZ31.7730.1860.03-
YUV150.3157.17121.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=28.89%
G=29.71%
B=41.39%

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
Decimal1411452020.300.2800.21236.0736.5367.25
Hex8D91CA1E1C015ec2543
Octal215221312363402535445103
Binary1000110110010001110010101111011100010101111011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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