#899BCA

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

Shades of Portage #899BCA

Tints of Portage #899BCA

Color information

#899BCA (or 0x899BCA) is unknown color: approx Portage. HEX triplet: 89, 9B and CA. RGB value is (137,155,202). Sum of RGB (Red+Green+Blue) = 137+155+202=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #899BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BCA is #766435. Grayscale: #9A9A9A. Windows color (decimal): -7758902 or 13278089. OLE color: 13278089.

HSL color Cylindrical-coordinate representation of color #899BCA: hue angle of 223.38º 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 #899BCA is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137155202-
CMYK0.320.2300.21
HSL223.38º38.01%66.47%-
HSV(B)223.38º32.18%79.22%-
XYZ32.733.0360.53-
YUV154.98154.54115.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=27.73%
G=31.38%
B=40.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371552020.320.2300.21223.3838.0166.47
Hex899BCA2017015df2642
Octal211233312402702533746102
Binary10001001100110111100101010000010111010101110111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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