#989EDA

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

Shades of Portage #989EDA

Tints of Portage #989EDA

Color information

#989EDA (or 0x989EDA) is unknown color: approx Portage. HEX triplet: 98, 9E and DA. RGB value is (152,158,218). Sum of RGB (Red+Green+Blue) = 152+158+218=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #989EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EDA is #676125. Grayscale: #A2A2A2. Windows color (decimal): -6775078 or 14327448. OLE color: 14327448.

HSL color Cylindrical-coordinate representation of color #989EDA: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989EDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152158218-
CMYK0.300.2800.15
HSL234.55º47.14%72.55%-
HSV(B)234.55º30.28%85.49%-
XYZ37.8336.1971.32-
YUV163.05159.01120.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=28.79%
G=29.92%
B=41.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521582180.300.2800.15234.5547.1472.55
Hex989EDA1E1C0Feb2f49
Octal230236332363401735357111
Binary100110001001111011011010111101110001111111010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989EDA; }

 p { color: rgb(152,158,218); }

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

<style>
 a { background-color: #989EDA; }

 a { background-color: rgb(152,158,218); }

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

<style>
 span { border-color: #989EDA; }

 span { border-color: rgb(152,158,218); }

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