#8E92CB

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

Shades of Blue Bell #8E92CB

Tints of Blue Bell #8E92CB

Color information

#8E92CB (or 0x8E92CB) is unknown color: approx Blue Bell. HEX triplet: 8E, 92 and CB. RGB value is (142,146,203). Sum of RGB (Red+Green+Blue) = 142+146+203=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92CB is #716D34. Grayscale: #979797. Windows color (decimal): -7433525 or 13341326. OLE color: 13341326.

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

Color convert

RGB142146203-
CMYK0.300.2800.20
HSL236.07º36.97%67.65%-
HSV(B)236.07º30.05%79.61%-
XYZ32.2130.6260.71-
YUV151.3157.17121.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=28.92%
G=29.74%
B=41.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421462030.300.2800.20236.0736.9767.65
Hex8E92CB1E1C014ec2544
Octal216222313363402435445104
Binary1000111010010010110010111111011100010100111011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,203); }

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

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

 a { background-color: rgb(142,146,203); }

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

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

 span { border-color: rgb(142,146,203); }

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