#898BCE

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

Shades of Portage #898BCE

Tints of Portage #898BCE

Color information

#898BCE (or 0x898BCE) is unknown color: approx Portage. HEX triplet: 89, 8B and CE. RGB value is (137,139,206). Sum of RGB (Red+Green+Blue) = 137+139+206=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #898BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCE is #767431. Grayscale: #919191. Windows color (decimal): -7762994 or 13536137. OLE color: 13536137.

HSL color Cylindrical-coordinate representation of color #898BCE: hue angle of 238.26º 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 #898BCE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137139206-
CMYK0.330.3300.19
HSL238.26º41.32%67.25%-
HSV(B)238.26º33.5%80.78%-
XYZ30.6928.2462.23-
YUV146.04161.84121.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.42%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=28.42%
G=28.84%
B=42.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371392060.330.3300.19238.2641.3267.25
Hex898BCE2121013ee2943
Octal211213316414102335651103
Binary100010011000101111001110100001100001010011111011101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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