#899BFF

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

Shades of Portage #899BFF

Tints of Portage #899BFF

Color information

#899BFF (or 0x899BFF) is unknown color: approx Portage. HEX triplet: 89, 9B and FF. RGB value is (137,155,255). Sum of RGB (Red+Green+Blue) = 137+155+255=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #899BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFF is #766400. Grayscale: #A0A0A0. Windows color (decimal): -7758849 or 16751497. OLE color: 16751497.

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

Color convert

RGB137155255-
CMYK0.460.3900
HSL230.85º100%76.86%-
HSV(B)230.85º46.27%100%-
XYZ40.0935.9899.44-
YUV161.02181.04110.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.05%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 255 (100% from 255) = 46.62%
R=25.05%
G=28.34%
B=46.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371552550.460.3900230.8510076.86
Hex899BFF2E2700e7644d
Octal211233377564700347144115
Binary100010011001101111111111101110100111001110011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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