#8B9BFE

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

Shades of Portage #8B9BFE

Tints of Portage #8B9BFE

Color information

#8B9BFE (or 0x8B9BFE) is unknown color: approx Portage. HEX triplet: 8B, 9B and FE. RGB value is (139,155,254). Sum of RGB (Red+Green+Blue) = 139+155+254=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B9BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9BFE is #746401. Grayscale: #A1A1A1. Windows color (decimal): -7627778 or 16685963. OLE color: 16685963.

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

Color convert

RGB139155254-
CMYK0.450.3900.00
HSL231.65º98.29%77.06%-
HSV(B)231.65º45.28%99.61%-
XYZ40.2636.0998.61-
YUV161.5180.2111.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.36%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=25.36%
G=28.28%
B=46.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391552540.450.3900.00231.6598.2977.06
Hex8B9BFE2D2700e8624d
Octal213233376554700350142115
Binary100010111001101111111110101101100111001110100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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