#899ACA

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

Shades of Portage #899ACA

Tints of Portage #899ACA

Color information

#899ACA (or 0x899ACA) is unknown color: approx Portage. HEX triplet: 89, 9A and CA. RGB value is (137,154,202). Sum of RGB (Red+Green+Blue) = 137+154+202=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #899ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ACA is #766535. Grayscale: #9A9A9A. Windows color (decimal): -7759158 or 13277833. OLE color: 13277833.

HSL color Cylindrical-coordinate representation of color #899ACA: hue angle of 224.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899ACA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137154202-
CMYK0.320.2400.21
HSL224.31º38.01%66.47%-
HSV(B)224.31º32.18%79.22%-
XYZ32.5332.6960.47-
YUV154.39154.87115.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=27.79%
G=31.24%
B=40.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371542020.320.2400.21224.3138.0166.47
Hex899ACA2018015e02642
Octal211232312403002534046102
Binary10001001100110101100101010000011000010101111000001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899ACA; }

 p { color: rgb(137,154,202); }

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

<style>
 a { background-color: #899ACA; }

 a { background-color: rgb(137,154,202); }

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

<style>
 span { border-color: #899ACA; }

 span { border-color: rgb(137,154,202); }

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