#8997FF

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

Shades of Portage #8997FF

Tints of Portage #8997FF

Color information

#8997FF (or 0x8997FF) is unknown color: approx Portage. HEX triplet: 89, 97 and FF. RGB value is (137,151,255). Sum of RGB (Red+Green+Blue) = 137+151+255=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #8997FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8997FF is #766800. Grayscale: #9E9E9E. Windows color (decimal): -7759873 or 16750473. OLE color: 16750473.

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

Color convert

RGB137151255-
CMYK0.460.4100
HSL232.88º100%76.86%-
HSV(B)232.88º46.27%100%-
XYZ39.4334.6799.22-
YUV158.67182.36112.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.23%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 255 (100% from 255) = 46.96%
R=25.23%
G=27.81%
B=46.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371512550.460.4100232.8810076.86
Hex8997FF2E2900e9644d
Octal211227377565100351144115
Binary100010011001011111111111101110101001001110100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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