#8B9EFE

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

Shades of Portage #8B9EFE

Tints of Portage #8B9EFE

Color information

#8B9EFE (or 0x8B9EFE) is unknown color: approx Portage. HEX triplet: 8B, 9E and FE. RGB value is (139,158,254). Sum of RGB (Red+Green+Blue) = 139+158+254=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B9EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EFE is #746101. Grayscale: #A2A2A2. Windows color (decimal): -7627010 or 16686731. OLE color: 16686731.

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

Color convert

RGB139158254-
CMYK0.450.3800.00
HSL230.09º98.29%77.06%-
HSV(B)230.09º45.28%99.61%-
XYZ40.7637.198.78-
YUV163.26179.21110.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 158 (62.11% from 255) = 28.68%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=25.23%
G=28.68%
B=46.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391582540.450.3800.00230.0998.2977.06
Hex8B9EFE2D2600e6624d
Octal213236376554600346142115
Binary100010111001111011111110101101100110001110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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