#989BFB

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

Shades of Portage #989BFB

Tints of Portage #989BFB

Color information

#989BFB (or 0x989BFB) is unknown color: approx Portage. HEX triplet: 98, 9B and FB. RGB value is (152,155,251). Sum of RGB (Red+Green+Blue) = 152+155+251=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #989BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BFB is #676404. Grayscale: #A4A4A4. Windows color (decimal): -6775813 or 16489368. OLE color: 16489368.

HSL color Cylindrical-coordinate representation of color #989BFB: hue angle of 238.18º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #989BFB is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152155251-
CMYK0.390.3800.02
HSL238.18º92.52%79.02%-
HSV(B)238.18º39.44%98.43%-
XYZ42.0837.0896.21-
YUV165.05176.51118.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=27.24%
G=27.78%
B=44.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521552510.390.3800.02238.1892.5279.02
Hex989BFB272602ee5d4f
Octal230233373474602356135117
Binary1001100010011011111110111001111001100101110111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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