#898ACA

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

Shades of Blue Bell #898ACA

Tints of Blue Bell #898ACA

Color information

#898ACA (or 0x898ACA) is unknown color: approx Blue Bell. HEX triplet: 89, 8A and CA. RGB value is (137,138,202). Sum of RGB (Red+Green+Blue) = 137+138+202=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #898ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ACA is #767535. Grayscale: #909090. Windows color (decimal): -7763254 or 13273737. OLE color: 13273737.

HSL color Cylindrical-coordinate representation of color #898ACA: hue angle of 239.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898ACA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137138202-
CMYK0.320.3200.21
HSL239.08º38.01%66.47%-
HSV(B)239.08º32.18%79.22%-
XYZ30.0727.7659.65-
YUV145160.17122.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=28.72%
G=28.93%
B=42.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371382020.320.3200.21239.0838.0166.47
Hex898ACA2020015ef2642
Octal211212312404002535746102
Binary100010011000101011001010100000100000010101111011111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898ACA; }

 p { color: rgb(137,138,202); }

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

<style>
 a { background-color: #898ACA; }

 a { background-color: rgb(137,138,202); }

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

<style>
 span { border-color: #898ACA; }

 span { border-color: rgb(137,138,202); }

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