#8997FC

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

Shades of Portage #8997FC

Tints of Portage #8997FC

Color information

#8997FC (or 0x8997FC) is unknown color: approx Portage. HEX triplet: 89, 97 and FC. RGB value is (137,151,252). Sum of RGB (Red+Green+Blue) = 137+151+252=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #8997FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8997FC is #766803. Grayscale: #9D9D9D. Windows color (decimal): -7759876 or 16553865. OLE color: 16553865.

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

Color convert

RGB137151252-
CMYK0.460.4000.01
HSL232.7º95.04%76.27%-
HSV(B)232.7º45.63%98.82%-
XYZ38.9534.4896.7-
YUV158.33180.86112.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=25.37%
G=27.96%
B=46.67%

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
Decimal1371512520.460.4000.01232.795.0476.27
Hex8997FC2E2801e95f4c
Octal211227374565001351137114
Binary100010011001011111111100101110101000011110100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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