#8998CA

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

Shades of Portage #8998CA

Tints of Portage #8998CA

Color information

#8998CA (or 0x8998CA) is unknown color: approx Portage. HEX triplet: 89, 98 and CA. RGB value is (137,152,202). Sum of RGB (Red+Green+Blue) = 137+152+202=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8998CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998CA is #766735. Grayscale: #999999. Windows color (decimal): -7759670 or 13277321. OLE color: 13277321.

HSL color Cylindrical-coordinate representation of color #8998CA: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8998CA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137152202-
CMYK0.320.2500.21
HSL226.15º38.01%66.47%-
HSV(B)226.15º32.18%79.22%-
XYZ32.2132.0460.36-
YUV153.21155.53116.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=27.90%
G=30.96%
B=41.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371522020.320.2500.21226.1538.0166.47
Hex8998CA2019015e22642
Octal211230312403102534246102
Binary10001001100110001100101010000011001010101111000101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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