#988EEC

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

Shades of Portage #988EEC

Tints of Portage #988EEC

Color information

#988EEC (or 0x988EEC) is unknown color: approx Portage. HEX triplet: 98, 8E and EC. RGB value is (152,142,236). Sum of RGB (Red+Green+Blue) = 152+142+236=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #988EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EEC is #677113. Grayscale: #9B9B9B. Windows color (decimal): -6779156 or 15503000. OLE color: 15503000.

HSL color Cylindrical-coordinate representation of color #988EEC: hue angle of 246.38º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988EEC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152142236-
CMYK0.360.4000.07
HSL246.38º71.21%74.12%-
HSV(B)246.38º39.83%92.55%-
XYZ37.7632.0883.56-
YUV155.71173.31125.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=28.68%
G=26.79%
B=44.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521422360.360.4000.07246.3871.2174.12
Hex988EEC242807f6474a
Octal230216354445007366107112
Binary10011000100011101110110010010010100001111111011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988EEC; }

 p { color: rgb(152,142,236); }

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

<style>
 a { background-color: #988EEC; }

 a { background-color: rgb(152,142,236); }

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

<style>
 span { border-color: #988EEC; }

 span { border-color: rgb(152,142,236); }

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