#989efe

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

Shades of Portage #989EFE

Tints of Portage #989EFE

Color information

#989EFE (or 0x989EFE) is unknown color: approx Portage. HEX triplet: 98, 9E and FE. RGB value is (152,158,254). Sum of RGB (Red+Green+Blue) = 152+158+254=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #989EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EFE is #676101. Grayscale: #A6A6A6. Windows color (decimal): -6775042 or 16686744. OLE color: 16686744.

HSL color Cylindrical-coordinate representation of color #989EFE: hue angle of 236.47º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989EFE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB152158254-
CMYK0.400.3800.00
HSL236.47º98.08%79.61%-
HSV(B)236.47º40.16%99.61%-
XYZ43.0738.2898.89-
YUV167.15177.01117.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=26.95%
G=28.01%
B=45.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521582540.400.3800.00236.4798.0879.61
Hex989EFE282600ec6250
Octal230236376504600354142120
Binary100110001001111011111110101000100110001110110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989efe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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