#989FFD

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

Shades of Portage #989FFD

Tints of Portage #989FFD

Color information

#989FFD (or 0x989FFD) is unknown color: approx Portage. HEX triplet: 98, 9F and FD. RGB value is (152,159,253). Sum of RGB (Red+Green+Blue) = 152+159+253=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #989FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989FFD is #676002. Grayscale: #A7A7A7. Windows color (decimal): -6774787 or 16621464. OLE color: 16621464.

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

Color convert

RGB152159253-
CMYK0.400.3700.01
HSL235.84º96.19%79.41%-
HSV(B)235.84º39.92%99.22%-
XYZ43.0838.5698.1-
YUV167.62176.18116.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=26.95%
G=28.19%
B=44.86%

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
Decimal1521592530.400.3700.01235.8496.1979.41
Hex989FFD282501ec604f
Octal230237375504501354140117
Binary100110001001111111111101101000100101011110110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,159,253); }

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

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

 a { background-color: rgb(152,159,253); }

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

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

 span { border-color: rgb(152,159,253); }

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