#8F8CCD

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

Shades of Blue Bell #8F8CCD

Tints of Blue Bell #8F8CCD

Color information

#8F8CCD (or 0x8F8CCD) is unknown color: approx Blue Bell. HEX triplet: 8F, 8C and CD. RGB value is (143,140,205). Sum of RGB (Red+Green+Blue) = 143+140+205=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 140 (55.08% from 255 or 28.69% 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 #8F8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CCD is #707332. Grayscale: #949494. Windows color (decimal): -7369523 or 13470863. OLE color: 13470863.

HSL color Cylindrical-coordinate representation of color #8F8CCD: hue angle of 242.77º 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 #8F8CCD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143140205-
CMYK0.300.3200.20
HSL242.77º39.39%67.65%-
HSV(B)242.77º31.71%80.39%-
XYZ31.732961.68-
YUV148.31159.99124.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431402050.300.3200.20242.7739.3967.65
Hex8F8CCD1E20014f32744
Octal217214315364002436347104
Binary10001111100011001100110111110100000010100111100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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