#898AC1

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

Shades of Moody Blue #898AC1

Tints of Moody Blue #898AC1

Color information

#898AC1 (or 0x898AC1) is unknown color: approx Moody Blue. HEX triplet: 89, 8A and C1. RGB value is (137,138,193). Sum of RGB (Red+Green+Blue) = 137+138+193=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #898AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898AC1 is #76753E. Grayscale: #8F8F8F. Windows color (decimal): -7763263 or 12683913. OLE color: 12683913.

HSL color Cylindrical-coordinate representation of color #898AC1: hue angle of 238.93º 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 #898AC1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137138193-
CMYK0.290.2800.24
HSL238.93º31.11%64.71%-
HSV(B)238.93º29.02%75.69%-
XYZ29.0327.3554.2-
YUV143.97155.67123.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=29.27%
G=29.49%
B=41.24%

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
Decimal1371381930.290.2800.24238.9331.1164.71
Hex898AC11D1C018ef1f41
Octal211212301353403035737101
Binary100010011000101011000001111011110001100011101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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