#899CFE

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

Shades of Portage #899CFE

Tints of Portage #899CFE

Color information

#899CFE (or 0x899CFE) is unknown color: approx Portage. HEX triplet: 89, 9C and FE. RGB value is (137,156,254). Sum of RGB (Red+Green+Blue) = 137+156+254=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #899CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CFE is #766301. Grayscale: #A1A1A1. Windows color (decimal): -7758594 or 16686217. OLE color: 16686217.

HSL color Cylindrical-coordinate representation of color #899CFE: hue angle of 230.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899CFE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137156254-
CMYK0.460.3900.00
HSL230.26º98.32%76.67%-
HSV(B)230.26º46.06%99.61%-
XYZ40.0936.2598.65-
YUV161.49180.21110.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.05%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=25.05%
G=28.52%
B=46.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371562540.460.3900.00230.2698.3276.67
Hex899CFE2E2700e6624d
Octal211234376564700346142115
Binary100010011001110011111110101110100111001110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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