#988DEE

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

Shades of Portage #988DEE

Tints of Portage #988DEE

Color information

#988DEE (or 0x988DEE) is unknown color: approx Portage. HEX triplet: 98, 8D and EE. RGB value is (152,141,238). Sum of RGB (Red+Green+Blue) = 152+141+238=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #988DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DEE is #677211. Grayscale: #9A9A9A. Windows color (decimal): -6779410 or 15633816. OLE color: 15633816.

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

Color convert

RGB152141238-
CMYK0.360.4100.07
HSL246.8º74.05%74.31%-
HSV(B)246.8º40.76%93.33%-
XYZ37.9131.985.05-
YUV155.35174.64125.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=28.63%
G=26.55%
B=44.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521412380.360.4100.07246.874.0574.31
Hex988DEE242907f74a4a
Octal230215356445107367112112
Binary10011000100011011110111010010010100101111111011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,238); }

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

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

 a { background-color: rgb(152,141,238); }

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

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

 span { border-color: rgb(152,141,238); }

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