#8C8FCD

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

Shades of Blue Bell #8C8FCD

Tints of Blue Bell #8C8FCD

Color information

#8C8FCD (or 0x8C8FCD) is unknown color: approx Blue Bell. HEX triplet: 8C, 8F and CD. RGB value is (140,143,205). Sum of RGB (Red+Green+Blue) = 140+143+205=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FCD is #737032. Grayscale: #949494. Windows color (decimal): -7565363 or 13471628. OLE color: 13471628.

HSL color Cylindrical-coordinate representation of color #8C8FCD: hue angle of 237.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C8FCD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140143205-
CMYK0.320.3000.20
HSL237.23º39.39%67.65%-
HSV(B)237.23º31.71%80.39%-
XYZ31.6629.6361.81-
YUV149.17159.51121.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=28.69%
G=29.30%
B=42.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401432050.320.3000.20237.2339.3967.65
Hex8C8FCD201E014ed2744
Octal214217315403602435547104
Binary10001100100011111100110110000011110010100111011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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