#8F8ADC

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

Shades of Blue Bell #8F8ADC

Tints of Blue Bell #8F8ADC

Color information

#8F8ADC (or 0x8F8ADC) is unknown color: approx Blue Bell. HEX triplet: 8F, 8A and DC. RGB value is (143,138,220). Sum of RGB (Red+Green+Blue) = 143+138+220=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ADC is #707523. Grayscale: #949494. Windows color (decimal): -7370020 or 14453391. OLE color: 14453391.

HSL color Cylindrical-coordinate representation of color #8F8ADC: hue angle of 243.66º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F8ADC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143138220-
CMYK0.350.3700.14
HSL243.66º53.95%70.2%-
HSV(B)243.66º37.27%86.27%-
XYZ33.3329.1871.59-
YUV148.84168.16123.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=28.54%
G=27.54%
B=43.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431382200.350.3700.14243.6653.9570.2
Hex8F8ADC23250Ef43646
Octal217212334434501636466106
Binary10001111100010101101110010001110010101110111101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,138,220); }

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

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

 a { background-color: rgb(143,138,220); }

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

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

 span { border-color: rgb(143,138,220); }

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