#8E8ACF

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

Shades of Blue Bell #8E8ACF

Tints of Blue Bell #8E8ACF

Color information

#8E8ACF (or 0x8E8ACF) is unknown color: approx Blue Bell. HEX triplet: 8E, 8A and CF. RGB value is (142,138,207). Sum of RGB (Red+Green+Blue) = 142+138+207=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ACF is #717530. Grayscale: #929292. Windows color (decimal): -7435569 or 13601422. OLE color: 13601422.

HSL color Cylindrical-coordinate representation of color #8E8ACF: hue angle of 243.48º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E8ACF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142138207-
CMYK0.310.3300.19
HSL243.48º41.82%67.65%-
HSV(B)243.48º33.33%81.18%-
XYZ31.5128.4362.86-
YUV147.06161.83124.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=29.16%
G=28.34%
B=42.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421382070.310.3300.19243.4841.8267.65
Hex8E8ACF1F21013f32a44
Octal216212317374102336352104
Binary10001110100010101100111111111100001010011111100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,207); }

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

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

 a { background-color: rgb(142,138,207); }

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

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

 span { border-color: rgb(142,138,207); }

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