#899EF4

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

Shades of Portage #899EF4

Tints of Portage #899EF4

Color information

#899EF4 (or 0x899EF4) is unknown color: approx Portage. HEX triplet: 89, 9E and F4. RGB value is (137,158,244). Sum of RGB (Red+Green+Blue) = 137+158+244=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #899EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EF4 is #76610B. Grayscale: #A1A1A1. Windows color (decimal): -7758092 or 16031369. OLE color: 16031369.

HSL color Cylindrical-coordinate representation of color #899EF4: hue angle of 228.22º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899EF4 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137158244-
CMYK0.440.3500.04
HSL228.22º82.95%74.71%-
HSV(B)228.22º43.85%95.69%-
XYZ38.8736.390.55-
YUV161.52174.54110.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.42%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 244 (95.70% from 255) = 45.27%
R=25.42%
G=29.31%
B=45.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371582440.440.3500.04228.2282.9574.71
Hex899EF42C2304e4534b
Octal211236364544304344123113
Binary10001001100111101111010010110010001101001110010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,158,244); }

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

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

 a { background-color: rgb(137,158,244); }

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

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

 span { border-color: rgb(137,158,244); }

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