#899CFA

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

Shades of Portage #899CFA

Tints of Portage #899CFA

Color information

#899CFA (or 0x899CFA) is unknown color: approx Portage. HEX triplet: 89, 9C and FA. RGB value is (137,156,250). Sum of RGB (Red+Green+Blue) = 137+156+250=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #899CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CFA is #766305. Grayscale: #A0A0A0. Windows color (decimal): -7758598 or 16424073. OLE color: 16424073.

HSL color Cylindrical-coordinate representation of color #899CFA: hue angle of 229.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899CFA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137156250-
CMYK0.450.3800.02
HSL229.91º91.87%75.88%-
HSV(B)229.91º45.2%98.04%-
XYZ39.463695.31-
YUV161.04178.21110.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.23%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=25.23%
G=28.73%
B=46.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371562500.450.3800.02229.9191.8775.88
Hex899CFA2D2602e65c4c
Octal211234372554602346134114
Binary1000100110011100111110101011011001100101110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,156,250); }

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

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

 a { background-color: rgb(137,156,250); }

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

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

 span { border-color: rgb(137,156,250); }

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