#899AFC

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

Shades of Portage #899AFC

Tints of Portage #899AFC

Color information

#899AFC (or 0x899AFC) is unknown color: approx Portage. HEX triplet: 89, 9A and FC. RGB value is (137,154,252). Sum of RGB (Red+Green+Blue) = 137+154+252=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #899AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AFC is #766503. Grayscale: #9F9F9F. Windows color (decimal): -7759108 or 16554633. OLE color: 16554633.

HSL color Cylindrical-coordinate representation of color #899AFC: hue angle of 231.13º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899AFC is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137154252-
CMYK0.460.3900.01
HSL231.13º95.04%76.27%-
HSV(B)231.13º45.63%98.82%-
XYZ39.4435.4696.86-
YUV160.09179.87111.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.23%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=25.23%
G=28.36%
B=46.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371542520.460.3900.01231.1395.0476.27
Hex899AFC2E2701e75f4c
Octal211232374564701347137114
Binary100010011001101011111100101110100111011110011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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