#8997FD

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

Shades of Portage #8997FD

Tints of Portage #8997FD

Color information

#8997FD (or 0x8997FD) is unknown color: approx Portage. HEX triplet: 89, 97 and FD. RGB value is (137,151,253). Sum of RGB (Red+Green+Blue) = 137+151+253=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #8997FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8997FD is #766802. Grayscale: #9E9E9E. Windows color (decimal): -7759875 or 16619401. OLE color: 16619401.

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

Color convert

RGB137151253-
CMYK0.460.4000.01
HSL232.76º96.67%76.47%-
HSV(B)232.76º45.85%99.22%-
XYZ39.1134.5497.53-
YUV158.44181.36112.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=25.32%
G=27.91%
B=46.77%

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
Decimal1371512530.460.4000.01232.7696.6776.47
Hex8997FD2E2801e9614c
Octal211227375565001351141114
Binary100010011001011111111101101110101000011110100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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