#899BF3

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

Shades of Portage #899BF3

Tints of Portage #899BF3

Color information

#899BF3 (or 0x899BF3) is unknown color: approx Portage. HEX triplet: 89, 9B and F3. RGB value is (137,155,243). Sum of RGB (Red+Green+Blue) = 137+155+243=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #899BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BF3 is #76640C. Grayscale: #9F9F9F. Windows color (decimal): -7758861 or 15965065. OLE color: 15965065.

HSL color Cylindrical-coordinate representation of color #899BF3: hue angle of 229.81º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899BF3 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137155243-
CMYK0.440.3600.05
HSL229.81º81.54%74.51%-
HSV(B)229.81º43.62%95.29%-
XYZ38.2235.2389.58-
YUV159.65175.04111.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=25.61%
G=28.97%
B=45.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371552430.440.3600.05229.8181.5474.51
Hex899BF32C2405e6524b
Octal211233363544405346122113
Binary10001001100110111111001110110010010001011110011010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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