#898DC6

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

Shades of Blue Bell #898DC6

Tints of Blue Bell #898DC6

Color information

#898DC6 (or 0x898DC6) is unknown color: approx Blue Bell. HEX triplet: 89, 8D and C6. RGB value is (137,141,198). Sum of RGB (Red+Green+Blue) = 137+141+198=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #898DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DC6 is #767239. Grayscale: #929292. Windows color (decimal): -7762490 or 13012361. OLE color: 13012361.

HSL color Cylindrical-coordinate representation of color #898DC6: hue angle of 236.07º degrees, saturation: 0.35, 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 #898DC6 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137141198-
CMYK0.310.2900.22
HSL236.07º34.86%65.69%-
HSV(B)236.07º30.81%77.65%-
XYZ30.0328.4557.33-
YUV146.3157.17121.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=28.78%
G=29.62%
B=41.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371411980.310.2900.22236.0734.8665.69
Hex898DC61F1D016ec2342
Octal211215306373502635443102
Binary1000100110001101110001101111111101010110111011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,198); }

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

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

 a { background-color: rgb(137,141,198); }

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

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

 span { border-color: rgb(137,141,198); }

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