#899ACB

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

Shades of Portage #899ACB

Tints of Portage #899ACB

Color information

#899ACB (or 0x899ACB) is unknown color: approx Portage. HEX triplet: 89, 9A and CB. RGB value is (137,154,203). Sum of RGB (Red+Green+Blue) = 137+154+203=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #899ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ACB is #766534. Grayscale: #9A9A9A. Windows color (decimal): -7759157 or 13343369. OLE color: 13343369.

HSL color Cylindrical-coordinate representation of color #899ACB: hue angle of 224.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899ACB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137154203-
CMYK0.330.2400.20
HSL224.55º38.82%66.67%-
HSV(B)224.55º32.51%79.61%-
XYZ32.6532.7461.1-
YUV154.5155.37115.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=27.73%
G=31.17%
B=41.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371542030.330.2400.20224.5538.8266.67
Hex899ACB2118014e12743
Octal211232313413002434147103
Binary10001001100110101100101110000111000010100111000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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