#8F8DCA

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

Shades of Blue Bell #8F8DCA

Tints of Blue Bell #8F8DCA

Color information

#8F8DCA (or 0x8F8DCA) is unknown color: approx Blue Bell. HEX triplet: 8F, 8D and CA. RGB value is (143,141,202). Sum of RGB (Red+Green+Blue) = 143+141+202=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DCA is #707235. Grayscale: #949494. Windows color (decimal): -7369270 or 13274511. OLE color: 13274511.

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

Color convert

RGB143141202-
CMYK0.290.3000.21
HSL241.97º36.53%67.25%-
HSV(B)241.97º30.2%79.22%-
XYZ31.5129.1559.84-
YUV148.55158.16124.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=29.42%
G=29.01%
B=41.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431412020.290.3000.21241.9736.5367.25
Hex8F8DCA1D1E015f22543
Octal217215312353602536245103
Binary1000111110001101110010101110111110010101111100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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