#899BFC

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

Shades of Portage #899BFC

Tints of Portage #899BFC

Color information

#899BFC (or 0x899BFC) is unknown color: approx Portage. HEX triplet: 89, 9B and FC. RGB value is (137,155,252). Sum of RGB (Red+Green+Blue) = 137+155+252=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #899BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFC is #766403. Grayscale: #A0A0A0. Windows color (decimal): -7758852 or 16554889. OLE color: 16554889.

HSL color Cylindrical-coordinate representation of color #899BFC: hue angle of 230.61º 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 #899BFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137155252-
CMYK0.460.3800.01
HSL230.61º95.04%76.27%-
HSV(B)230.61º45.63%98.82%-
XYZ39.6135.7996.92-
YUV160.68179.54111.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=25.18%
G=28.49%
B=46.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371552520.460.3800.01230.6195.0476.27
Hex899BFC2E2601e75f4c
Octal211233374564601347137114
Binary100010011001101111111100101110100110011110011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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