#8B8CBF

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

Shades of Blue Bell #8B8CBF

Tints of Blue Bell #8B8CBF

Color information

#8B8CBF (or 0x8B8CBF) is unknown color: approx Blue Bell. HEX triplet: 8B, 8C and BF. RGB value is (139,140,191). Sum of RGB (Red+Green+Blue) = 139+140+191=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8CBF is #747340. Grayscale: #919191. Windows color (decimal): -7631681 or 12553355. OLE color: 12553355.

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

Color convert

RGB139140191-
CMYK0.270.2700.25
HSL238.85º28.89%64.71%-
HSV(B)238.85º27.23%74.9%-
XYZ29.4328.0153.14-
YUV145.51153.67123.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 191 (75% from 255) = 40.64%
R=29.57%
G=29.79%
B=40.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391401910.270.2700.25238.8528.8964.71
Hex8B8CBF1B1B019ef1d41
Octal213214277333303135735101
Binary100010111000110010111111110111101101100111101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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