#8B8BCA

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

Shades of Blue Bell #8B8BCA

Tints of Blue Bell #8B8BCA

Color information

#8B8BCA (or 0x8B8BCA) is unknown color: approx Blue Bell. HEX triplet: 8B, 8B and CA. RGB value is (139,139,202). Sum of RGB (Red+Green+Blue) = 139+139+202=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8BCA is #747435. Grayscale: #919191. Windows color (decimal): -7631926 or 13273995. OLE color: 13273995.

HSL color Cylindrical-coordinate representation of color #8B8BCA: hue angle of 240º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8BCA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139139202-
CMYK0.310.3100.21
HSL240º37.28%66.86%-
HSV(B)240º31.19%79.22%-
XYZ30.5428.2259.71-
YUV146.18159.5122.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=28.96%
G=28.96%
B=42.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391392020.310.3100.2124037.2866.86
Hex8B8BCA1F1F015f02543
Octal213213312373702536045103
Binary1000101110001011110010101111111111010101111100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,139,202); }

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

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

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

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

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

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

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