#8D8FC1

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

Shades of Blue Bell #8D8FC1

Tints of Blue Bell #8D8FC1

Color information

#8D8FC1 (or 0x8D8FC1) is unknown color: approx Blue Bell. HEX triplet: 8D, 8F and C1. RGB value is (141,143,193). Sum of RGB (Red+Green+Blue) = 141+143+193=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D8FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FC1 is #72703E. Grayscale: #939393. Windows color (decimal): -7499839 or 12685197. OLE color: 12685197.

HSL color Cylindrical-coordinate representation of color #8D8FC1: hue angle of 237.69º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D8FC1 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141143193-
CMYK0.270.2600.24
HSL237.69º29.55%65.49%-
HSV(B)237.69º26.94%75.69%-
XYZ30.4329.1654.48-
YUV148.1153.34122.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=29.56%
G=29.98%
B=40.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411431930.270.2600.24237.6929.5565.49
Hex8D8FC11B1A018ee1e41
Octal215217301333203035636101
Binary100011011000111111000001110111101001100011101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,143,193); }

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

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

 a { background-color: rgb(141,143,193); }

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

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

 span { border-color: rgb(141,143,193); }

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