#8E90CD

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

Shades of Blue Bell #8E90CD

Tints of Blue Bell #8E90CD

Color information

#8E90CD (or 0x8E90CD) is unknown color: approx Blue Bell. HEX triplet: 8E, 90 and CD. RGB value is (142,144,205). Sum of RGB (Red+Green+Blue) = 142+144+205=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90CD is #716F32. Grayscale: #969696. Windows color (decimal): -7434035 or 13471886. OLE color: 13471886.

HSL color Cylindrical-coordinate representation of color #8E90CD: hue angle of 238.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E90CD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142144205-
CMYK0.310.3000.20
HSL238.1º38.65%68.04%-
HSV(B)238.1º30.73%80.39%-
XYZ32.1530.1161.87-
YUV150.36158.84122.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=28.92%
G=29.33%
B=41.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421442050.310.3000.20238.138.6568.04
Hex8E90CD1F1E014ee2744
Octal216220315373602435647104
Binary1000111010010000110011011111111110010100111011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,205); }

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

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

 a { background-color: rgb(142,144,205); }

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

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

 span { border-color: rgb(142,144,205); }

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