#989AF4

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

Shades of Portage #989AF4

Tints of Portage #989AF4

Color information

#989AF4 (or 0x989AF4) is unknown color: approx Portage. HEX triplet: 98, 9A and F4. RGB value is (152,154,244). Sum of RGB (Red+Green+Blue) = 152+154+244=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #989AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989AF4 is #67650B. Grayscale: #A3A3A3. Windows color (decimal): -6776076 or 16030360. OLE color: 16030360.

HSL color Cylindrical-coordinate representation of color #989AF4: hue angle of 238.7º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #989AF4 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152154244-
CMYK0.380.3700.04
HSL238.7º80.7%77.65%-
HSV(B)238.7º37.7%95.69%-
XYZ40.8336.3290.45-
YUV163.66173.34119.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 244 (95.70% from 255) = 44.36%
R=27.64%
G=28%
B=44.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1521542440.380.3700.04238.780.777.65
Hex989AF4262504ef514e
Octal230232364464504357121116
Binary10011000100110101111010010011010010101001110111110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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