#8998FB

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

Shades of Portage #8998FB

Tints of Portage #8998FB

Color information

#8998FB (or 0x8998FB) is unknown color: approx Portage. HEX triplet: 89, 98 and FB. RGB value is (137,152,251). Sum of RGB (Red+Green+Blue) = 137+152+251=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #8998FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8998FB is #766704. Grayscale: #9E9E9E. Windows color (decimal): -7759621 or 16488585. OLE color: 16488585.

HSL color Cylindrical-coordinate representation of color #8998FB: hue angle of 232.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8998FB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137152251-
CMYK0.450.3900.02
HSL232.11º93.44%76.08%-
HSV(B)232.11º45.42%98.43%-
XYZ38.9634.7495.92-
YUV158.8180.03112.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=25.37%
G=28.15%
B=46.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371522510.450.3900.02232.1193.4476.08
Hex8998FB2D2702e85d4c
Octal211230373554702350135114
Binary1000100110011000111110111011011001110101110100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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