#8B99FB

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

Shades of Portage #8B99FB

Tints of Portage #8B99FB

Color information

#8B99FB (or 0x8B99FB) is unknown color: approx Portage. HEX triplet: 8B, 99 and FB. RGB value is (139,153,251). Sum of RGB (Red+Green+Blue) = 139+153+251=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B99FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B99FB is #746604. Grayscale: #9F9F9F. Windows color (decimal): -7628293 or 16488843. OLE color: 16488843.

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

Color convert

RGB139153251-
CMYK0.450.3900.02
HSL232.5º93.33%76.47%-
HSV(B)232.5º44.62%98.43%-
XYZ39.4535.2495.99-
YUV159.99179.36113.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=25.60%
G=28.18%
B=46.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391532510.450.3900.02232.593.3376.47
Hex8B99FB2D2702e85d4c
Octal213231373554702350135114
Binary1000101110011001111110111011011001110101110100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B99FB; }

 p { color: rgb(139,153,251); }

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

<style>
 a { background-color: #8B99FB; }

 a { background-color: rgb(139,153,251); }

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

<style>
 span { border-color: #8B99FB; }

 span { border-color: rgb(139,153,251); }

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