#989EFC

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

Shades of Portage #989EFC

Tints of Portage #989EFC

Color information

#989EFC (or 0x989EFC) is unknown color: approx Portage. HEX triplet: 98, 9E and FC. RGB value is (152,158,252). Sum of RGB (Red+Green+Blue) = 152+158+252=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #989EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EFC is #676103. Grayscale: #A6A6A6. Windows color (decimal): -6775044 or 16555672. OLE color: 16555672.

HSL color Cylindrical-coordinate representation of color #989EFC: hue angle of 236.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989EFC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152158252-
CMYK0.400.3700.01
HSL236.4º94.34%79.22%-
HSV(B)236.4º39.68%98.82%-
XYZ42.7538.1697.21-
YUV166.92176.01117.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=27.05%
G=28.11%
B=44.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521582520.400.3700.01236.494.3479.22
Hex989EFC282501ec5e4f
Octal230236374504501354136117
Binary100110001001111011111100101000100101011110110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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