#989BF0

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

Shades of Portage #989BF0

Tints of Portage #989BF0

Color information

#989BF0 (or 0x989BF0) is unknown color: approx Portage. HEX triplet: 98, 9B and F0. RGB value is (152,155,240). Sum of RGB (Red+Green+Blue) = 152+155+240=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #989BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BF0 is #67640F. Grayscale: #A3A3A3. Windows color (decimal): -6775824 or 15768472. OLE color: 15768472.

HSL color Cylindrical-coordinate representation of color #989BF0: hue angle of 237.95º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989BF0 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152155240-
CMYK0.370.3500.06
HSL237.95º74.58%76.86%-
HSV(B)237.95º36.67%94.12%-
XYZ40.436.4187.34-
YUV163.79171.01119.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=27.79%
G=28.34%
B=43.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521552400.370.3500.06237.9574.5876.86
Hex989BF0252306ee4b4d
Octal230233360454306356113115
Binary10011000100110111111000010010110001101101110111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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