#898BCA

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

Shades of Blue Bell #898BCA

Tints of Blue Bell #898BCA

Color information

#898BCA (or 0x898BCA) is unknown color: approx Blue Bell. HEX triplet: 89, 8B and CA. RGB value is (137,139,202). Sum of RGB (Red+Green+Blue) = 137+139+202=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #898BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCA is #767435. Grayscale: #919191. Windows color (decimal): -7762998 or 13273993. OLE color: 13273993.

HSL color Cylindrical-coordinate representation of color #898BCA: hue angle of 238.15º 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 #898BCA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137139202-
CMYK0.320.3100.21
HSL238.15º38.01%66.47%-
HSV(B)238.15º32.18%79.22%-
XYZ30.2128.0559.7-
YUV145.58159.84121.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=28.66%
G=29.08%
B=42.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371392020.320.3100.21238.1538.0166.47
Hex898BCA201F015ee2642
Octal211213312403702535646102
Binary10001001100010111100101010000011111010101111011101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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