#8D8FC2

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

Shades of Blue Bell #8D8FC2

Tints of Blue Bell #8D8FC2

Color information

#8D8FC2 (or 0x8D8FC2) is unknown color: approx Blue Bell. HEX triplet: 8D, 8F and C2. RGB value is (141,143,194). Sum of RGB (Red+Green+Blue) = 141+143+194=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D8FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FC2 is #72703D. Grayscale: #949494. Windows color (decimal): -7499838 or 12750733. OLE color: 12750733.

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

Color convert

RGB141143194-
CMYK0.270.2600.24
HSL237.74º30.29%65.69%-
HSV(B)237.74º27.32%76.08%-
XYZ30.5429.255.07-
YUV148.22153.84122.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 194 (76.17% from 255) = 40.59%
R=29.50%
G=29.92%
B=40.59%

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
Decimal1411431940.270.2600.24237.7430.2965.69
Hex8D8FC21B1A018ee1e42
Octal215217302333203035636102
Binary100011011000111111000010110111101001100011101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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