#898CC8

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

Shades of Blue Bell #898CC8

Tints of Blue Bell #898CC8

Color information

#898CC8 (or 0x898CC8) is unknown color: approx Blue Bell. HEX triplet: 89, 8C and C8. RGB value is (137,140,200). Sum of RGB (Red+Green+Blue) = 137+140+200=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #898CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CC8 is #767337. Grayscale: #919191. Windows color (decimal): -7762744 or 13143177. OLE color: 13143177.

HSL color Cylindrical-coordinate representation of color #898CC8: hue angle of 237.14º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #898CC8 is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137140200-
CMYK0.320.300.22
HSL237.14º36.42%66.08%-
HSV(B)237.14º31.5%78.43%-
XYZ30.1228.2458.51-
YUV145.94158.51121.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=28.72%
G=29.35%
B=41.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371402000.320.300.22237.1436.4266.08
Hex898CC8201E016ed2442
Octal211214310403602635544102
Binary10001001100011001100100010000011110010110111011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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