#8B8FCA

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

Shades of Blue Bell #8B8FCA

Tints of Blue Bell #8B8FCA

Color information

#8B8FCA (or 0x8B8FCA) is unknown color: approx Blue Bell. HEX triplet: 8B, 8F and CA. RGB value is (139,143,202). Sum of RGB (Red+Green+Blue) = 139+143+202=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FCA is #747035. Grayscale: #949494. Windows color (decimal): -7630902 or 13275019. OLE color: 13275019.

HSL color Cylindrical-coordinate representation of color #8B8FCA: hue angle of 236.19º 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 #8B8FCA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139143202-
CMYK0.310.2900.21
HSL236.19º37.28%66.86%-
HSV(B)236.19º31.19%79.22%-
XYZ31.1329.459.91-
YUV148.53158.17121.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=28.72%
G=29.55%
B=41.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391432020.310.2900.21236.1937.2866.86
Hex8B8FCA1F1D015ec2543
Octal213217312373502535445103
Binary1000101110001111110010101111111101010101111011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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