#898BC1

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

Shades of Blue Bell #898BC1

Tints of Blue Bell #898BC1

Color information

#898BC1 (or 0x898BC1) is unknown color: approx Blue Bell. HEX triplet: 89, 8B and C1. RGB value is (137,139,193). Sum of RGB (Red+Green+Blue) = 137+139+193=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #898BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BC1 is #76743E. Grayscale: #909090. Windows color (decimal): -7763007 or 12684169. OLE color: 12684169.

HSL color Cylindrical-coordinate representation of color #898BC1: hue angle of 237.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898BC1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137139193-
CMYK0.290.2800.24
HSL237.86º31.11%64.71%-
HSV(B)237.86º29.02%75.69%-
XYZ29.1727.6354.25-
YUV144.56155.34122.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=29.21%
G=29.64%
B=41.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371391930.290.2800.24237.8631.1164.71
Hex898BC11D1C018ee1f41
Octal211213301353403035637101
Binary100010011000101111000001111011110001100011101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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