#8C8BD1

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

Shades of Blue Bell #8C8BD1

Tints of Blue Bell #8C8BD1

Color information

#8C8BD1 (or 0x8C8BD1) is unknown color: approx Blue Bell. HEX triplet: 8C, 8B and D1. RGB value is (140,139,209). Sum of RGB (Red+Green+Blue) = 140+139+209=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C8BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8BD1 is #73742E. Grayscale: #939393. Windows color (decimal): -7566383 or 13732748. OLE color: 13732748.

HSL color Cylindrical-coordinate representation of color #8C8BD1: hue angle of 240.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C8BD1 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140139209-
CMYK0.330.3300.18
HSL240.86º43.21%68.24%-
HSV(B)240.86º33.49%81.96%-
XYZ31.5628.6464.19-
YUV147.28162.83122.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=28.69%
G=28.48%
B=42.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401392090.330.3300.18240.8643.2168.24
Hex8C8BD12121012f12b44
Octal214213321414102236153104
Binary100011001000101111010001100001100001010010111100011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,139,209); }

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

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

 a { background-color: rgb(140,139,209); }

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

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

 span { border-color: rgb(140,139,209); }

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