#8998FC

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

Shades of Portage #8998FC

Tints of Portage #8998FC

Color information

#8998FC (or 0x8998FC) is unknown color: approx Portage. HEX triplet: 89, 98 and FC. RGB value is (137,152,252). Sum of RGB (Red+Green+Blue) = 137+152+252=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #8998FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8998FC is #766703. Grayscale: #9E9E9E. Windows color (decimal): -7759620 or 16554121. OLE color: 16554121.

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

Color convert

RGB137152252-
CMYK0.460.4000.01
HSL232.17º95.04%76.27%-
HSV(B)232.17º45.63%98.82%-
XYZ39.1234.896.75-
YUV158.92180.53112.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=25.32%
G=28.10%
B=46.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371522520.460.4000.01232.1795.0476.27
Hex8998FC2E2801e85f4c
Octal211230374565001350137114
Binary100010011001100011111100101110101000011110100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8998FC; }

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

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

<style>
 a { background-color: #8998FC; }

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

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

<style>
 span { border-color: #8998FC; }

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

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