#898BDF

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

Shades of Portage #898BDF

Tints of Portage #898BDF

Color information

#898BDF (or 0x898BDF) is unknown color: approx Portage. HEX triplet: 89, 8B and DF. RGB value is (137,139,223). Sum of RGB (Red+Green+Blue) = 137+139+223=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #898BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BDF is #767420. Grayscale: #939393. Windows color (decimal): -7762977 or 14650249. OLE color: 14650249.

HSL color Cylindrical-coordinate representation of color #898BDF: hue angle of 238.6º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898BDF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137139223-
CMYK0.390.3800.13
HSL238.6º57.33%70.59%-
HSV(B)238.6º38.57%87.45%-
XYZ32.8729.1173.7-
YUV147.98170.34120.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=27.45%
G=27.86%
B=44.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371392230.390.3800.13238.657.3370.59
Hex898BDF27260Def3947
Octal211213337474601535771107
Binary10001001100010111101111110011110011001101111011111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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