#989CFC

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

Shades of Portage #989CFC

Tints of Portage #989CFC

Color information

#989CFC (or 0x989CFC) is unknown color: approx Portage. HEX triplet: 98, 9C and FC. RGB value is (152,156,252). Sum of RGB (Red+Green+Blue) = 152+156+252=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #989CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CFC is #676303. Grayscale: #A5A5A5. Windows color (decimal): -6775556 or 16555160. OLE color: 16555160.

HSL color Cylindrical-coordinate representation of color #989CFC: hue angle of 237.6º 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 #989CFC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152156252-
CMYK0.400.3800.01
HSL237.6º94.34%79.22%-
HSV(B)237.6º39.68%98.82%-
XYZ42.4137.4897.09-
YUV165.75176.67118.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.14%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 252 (98.83% from 255) = 45%
R=27.14%
G=27.86%
B=45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521562520.400.3800.01237.694.3479.22
Hex989CFC282601ee5e4f
Octal230234374504601356136117
Binary100110001001110011111100101000100110011110111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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