#898FCE

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

Shades of Portage #898FCE

Tints of Portage #898FCE

Color information

#898FCE (or 0x898FCE) is unknown color: approx Portage. HEX triplet: 89, 8F and CE. RGB value is (137,143,206). Sum of RGB (Red+Green+Blue) = 137+143+206=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #898FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FCE is #767031. Grayscale: #949494. Windows color (decimal): -7761970 or 13537161. OLE color: 13537161.

HSL color Cylindrical-coordinate representation of color #898FCE: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898FCE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137143206-
CMYK0.330.3100.19
HSL234.78º41.32%67.25%-
HSV(B)234.78º33.5%80.78%-
XYZ31.2829.4262.42-
YUV148.39160.51119.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=28.19%
G=29.42%
B=42.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371432060.330.3100.19234.7841.3267.25
Hex898FCE211F013eb2943
Octal211217316413702335351103
Binary10001001100011111100111010000111111010011111010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,143,206); }

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

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

 a { background-color: rgb(137,143,206); }

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

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

 span { border-color: rgb(137,143,206); }

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