#989BF2

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

Shades of Portage #989BF2

Tints of Portage #989BF2

Color information

#989BF2 (or 0x989BF2) is unknown color: approx Portage. HEX triplet: 98, 9B and F2. RGB value is (152,155,242). Sum of RGB (Red+Green+Blue) = 152+155+242=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #989BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BF2 is #67640D. Grayscale: #A3A3A3. Windows color (decimal): -6775822 or 15899544. OLE color: 15899544.

HSL color Cylindrical-coordinate representation of color #989BF2: hue angle of 238º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989BF2 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152155242-
CMYK0.370.3600.05
HSL238º77.59%77.25%-
HSV(B)238º37.19%94.9%-
XYZ40.736.5388.91-
YUV164.02172.01119.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.69%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=27.69%
G=28.23%
B=44.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521552420.370.3600.0523877.5977.25
Hex989BF2252405ee4e4d
Octal230233362454405356116115
Binary10011000100110111111001010010110010001011110111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,242); }

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

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

 a { background-color: rgb(152,155,242); }

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

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

 span { border-color: rgb(152,155,242); }

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