#8D92BC

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

Shades of Blue Bell #8D92BC

Tints of Blue Bell #8D92BC

Color information

#8D92BC (or 0x8D92BC) is unknown color: approx Blue Bell. HEX triplet: 8D, 92 and BC. RGB value is (141,146,188). Sum of RGB (Red+Green+Blue) = 141+146+188=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D92BC is #726D43. Grayscale: #959595. Windows color (decimal): -7499076 or 12358285. OLE color: 12358285.

HSL color Cylindrical-coordinate representation of color #8D92BC: hue angle of 233.62º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D92BC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141146188-
CMYK0.250.2200.26
HSL233.62º25.97%64.51%-
HSV(B)233.62º25%73.73%-
XYZ30.3429.8551.74-
YUV149.29149.84122.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=29.68%
G=30.74%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411461880.250.2200.26233.6225.9764.51
Hex8D92BC191601Aea1a41
Octal215222274312603235232101
Binary100011011001001010111100110011011001101011101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,146,188); }

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

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

 a { background-color: rgb(141,146,188); }

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

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

 span { border-color: rgb(141,146,188); }

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