#8D90CE

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

Shades of Blue Bell #8D90CE

Tints of Blue Bell #8D90CE

Color information

#8D90CE (or 0x8D90CE) is unknown color: approx Blue Bell. HEX triplet: 8D, 90 and CE. RGB value is (141,144,206). Sum of RGB (Red+Green+Blue) = 141+144+206=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90CE is #726F31. Grayscale: #959595. Windows color (decimal): -7499570 or 13537421. OLE color: 13537421.

HSL color Cylindrical-coordinate representation of color #8D90CE: hue angle of 237.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D90CE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141144206-
CMYK0.320.3000.19
HSL237.23º39.88%68.04%-
HSV(B)237.23º31.55%80.78%-
XYZ32.130.0762.5-
YUV150.17159.51121.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=28.72%
G=29.33%
B=41.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411442060.320.3000.19237.2339.8868.04
Hex8D90CE201E013ed2844
Octal215220316403602335550104
Binary10001101100100001100111010000011110010011111011011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,144,206); }

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

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

 a { background-color: rgb(141,144,206); }

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

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

 span { border-color: rgb(141,144,206); }

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