#8B9BF5

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

Shades of Portage #8B9BF5

Tints of Portage #8B9BF5

Color information

#8B9BF5 (or 0x8B9BF5) is unknown color: approx Portage. HEX triplet: 8B, 9B and F5. RGB value is (139,155,245). Sum of RGB (Red+Green+Blue) = 139+155+245=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #8B9BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9BF5 is #74640A. Grayscale: #A0A0A0. Windows color (decimal): -7627787 or 16096139. OLE color: 16096139.

HSL color Cylindrical-coordinate representation of color #8B9BF5: hue angle of 230.94º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B9BF5 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139155245-
CMYK0.430.3700.04
HSL230.94º84.13%75.29%-
HSV(B)230.94º43.27%96.08%-
XYZ38.8535.5291.2-
YUV160.48175.7112.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=25.79%
G=28.76%
B=45.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391552450.430.3700.04230.9484.1375.29
Hex8B9BF52B2504e7544b
Octal213233365534504347124113
Binary10001011100110111111010110101110010101001110011110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,245); }

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

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

 a { background-color: rgb(139,155,245); }

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

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

 span { border-color: rgb(139,155,245); }

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