#989BFF

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

Shades of Portage #989BFF

Tints of Portage #989BFF

Color information

#989BFF (or 0x989BFF) is unknown color: approx Portage. HEX triplet: 98, 9B and FF. RGB value is (152,155,255). Sum of RGB (Red+Green+Blue) = 152+155+255=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #989BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BFF is #676400. Grayscale: #A5A5A5. Windows color (decimal): -6775809 or 16751512. OLE color: 16751512.

HSL color Cylindrical-coordinate representation of color #989BFF: hue angle of 238.25º 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 #989BFF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152155255-
CMYK0.400.3900
HSL238.25º100%79.8%-
HSV(B)238.25º40.39%100%-
XYZ42.7237.3499.56-
YUV165.5178.51118.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 255 (100% from 255) = 45.37%
R=27.05%
G=27.58%
B=45.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521552550.400.3900238.2510079.8
Hex989BFF282700ee6450
Octal230233377504700356144120
Binary100110001001101111111111101000100111001110111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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