#8D8FC4

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

Shades of Blue Bell #8D8FC4

Tints of Blue Bell #8D8FC4

Color information

#8D8FC4 (or 0x8D8FC4) is unknown color: approx Blue Bell. HEX triplet: 8D, 8F and C4. RGB value is (141,143,196). Sum of RGB (Red+Green+Blue) = 141+143+196=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D8FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FC4 is #72703B. Grayscale: #949494. Windows color (decimal): -7499836 or 12881805. OLE color: 12881805.

HSL color Cylindrical-coordinate representation of color #8D8FC4: hue angle of 237.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D8FC4 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141143196-
CMYK0.280.2700.23
HSL237.82º31.79%66.08%-
HSV(B)237.82º28.06%76.86%-
XYZ30.7729.2956.26-
YUV148.44154.84122.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=29.38%
G=29.79%
B=40.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411431960.280.2700.23237.8231.7966.08
Hex8D8FC41C1B017ee2042
Octal215217304343302735640102
Binary1000110110001111110001001110011011010111111011101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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