#898FC5

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

Shades of Blue Bell #898FC5

Tints of Blue Bell #898FC5

Color information

#898FC5 (or 0x898FC5) is unknown color: approx Blue Bell. HEX triplet: 89, 8F and C5. RGB value is (137,143,197). Sum of RGB (Red+Green+Blue) = 137+143+197=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #898FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FC5 is #76703A. Grayscale: #939393. Windows color (decimal): -7761979 or 12947337. OLE color: 12947337.

HSL color Cylindrical-coordinate representation of color #898FC5: hue angle of 234º 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 #898FC5 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137143197-
CMYK0.300.2700.23
HSL234º34.09%65.49%-
HSV(B)234º30.46%77.25%-
XYZ30.2228.9956.83-
YUV147.36156.01120.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=28.72%
G=29.98%
B=41.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371431970.300.2700.2323434.0965.49
Hex898FC51E1B017ea2241
Octal211217305363302735242101
Binary1000100110001111110001011111011011010111111010101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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