#899EFC

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

Shades of Portage #899EFC

Tints of Portage #899EFC

Color information

#899EFC (or 0x899EFC) is unknown color: approx Portage. HEX triplet: 89, 9E and FC. RGB value is (137,158,252). Sum of RGB (Red+Green+Blue) = 137+158+252=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #899EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EFC is #766103. Grayscale: #A2A2A2. Windows color (decimal): -7758084 or 16555657. OLE color: 16555657.

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

Color convert

RGB137158252-
CMYK0.460.3700.01
HSL229.04º95.04%76.27%-
HSV(B)229.04º45.63%98.82%-
XYZ40.1136.897.08-
YUV162.44178.54109.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.05%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=25.05%
G=28.88%
B=46.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371582520.460.3700.01229.0495.0476.27
Hex899EFC2E2501e55f4c
Octal211236374564501345137114
Binary100010011001111011111100101110100101011110010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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