#8B9BFB

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

Shades of Portage #8B9BFB

Tints of Portage #8B9BFB

Color information

#8B9BFB (or 0x8B9BFB) is unknown color: approx Portage. HEX triplet: 8B, 9B and FB. RGB value is (139,155,251). Sum of RGB (Red+Green+Blue) = 139+155+251=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9BFB is #746404. Grayscale: #A0A0A0. Windows color (decimal): -7627781 or 16489355. OLE color: 16489355.

HSL color Cylindrical-coordinate representation of color #8B9BFB: hue angle of 231.43º 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 #8B9BFB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139155251-
CMYK0.450.3800.02
HSL231.43º93.33%76.47%-
HSV(B)231.43º44.62%98.43%-
XYZ39.7835.996.1-
YUV161.16178.7112.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=25.50%
G=28.44%
B=46.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391552510.450.3800.02231.4393.3376.47
Hex8B9BFB2D2602e75d4c
Octal213233373554602347135114
Binary1000101110011011111110111011011001100101110011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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