#989AFF

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

Shades of Portage #989AFF

Tints of Portage #989AFF

Color information

#989AFF (or 0x989AFF) is unknown color: approx Portage. HEX triplet: 98, 9A and FF. RGB value is (152,154,255). Sum of RGB (Red+Green+Blue) = 152+154+255=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #989AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989AFF is #676500. Grayscale: #A4A4A4. Windows color (decimal): -6776065 or 16751256. OLE color: 16751256.

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

Color convert

RGB152154255-
CMYK0.400.4000
HSL238.83º100%79.8%-
HSV(B)238.83º40.39%100%-
XYZ42.5537.0199.51-
YUV164.92178.84118.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.09%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 255 (100% from 255) = 45.45%
R=27.09%
G=27.45%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521542550.400.4000238.8310079.8
Hex989AFF282800ef6450
Octal230232377505000357144120
Binary100110001001101011111111101000101000001110111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,154,255); }

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

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

 a { background-color: rgb(152,154,255); }

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

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

 span { border-color: rgb(152,154,255); }

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