#8C8FCA

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

Shades of Blue Bell #8C8FCA

Tints of Blue Bell #8C8FCA

Color information

#8C8FCA (or 0x8C8FCA) is unknown color: approx Blue Bell. HEX triplet: 8C, 8F and CA. RGB value is (140,143,202). Sum of RGB (Red+Green+Blue) = 140+143+202=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FCA is #737035. Grayscale: #949494. Windows color (decimal): -7565366 or 13275020. OLE color: 13275020.

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

Color convert

RGB140143202-
CMYK0.310.2900.21
HSL237.1º36.9%67.06%-
HSV(B)237.1º30.69%79.22%-
XYZ31.329.4859.92-
YUV148.83158.01121.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=28.87%
G=29.48%
B=41.65%

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
Decimal1401432020.310.2900.21237.136.967.06
Hex8C8FCA1F1D015ed2543
Octal214217312373502535545103
Binary1000110010001111110010101111111101010101111011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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