#898CC5

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

Shades of Blue Bell #898CC5

Tints of Blue Bell #898CC5

Color information

#898CC5 (or 0x898CC5) is unknown color: approx Blue Bell. HEX triplet: 89, 8C and C5. RGB value is (137,140,197). Sum of RGB (Red+Green+Blue) = 137+140+197=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #898CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CC5 is #76733A. Grayscale: #919191. Windows color (decimal): -7762747 or 12946569. OLE color: 12946569.

HSL color Cylindrical-coordinate representation of color #898CC5: hue angle of 237º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898CC5 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137140197-
CMYK0.300.2900.23
HSL237º34.09%65.49%-
HSV(B)237º30.46%77.25%-
XYZ29.7728.1156.68-
YUV145.6157.01121.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=28.90%
G=29.54%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371401970.300.2900.2323734.0965.49
Hex898CC51E1D017ed2241
Octal211214305363502735542101
Binary1000100110001100110001011111011101010111111011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,140,197); }

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

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

 a { background-color: rgb(137,140,197); }

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

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

 span { border-color: rgb(137,140,197); }

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