#8B9CFE

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

Shades of Portage #8B9CFE

Tints of Portage #8B9CFE

Color information

#8B9CFE (or 0x8B9CFE) is unknown color: approx Portage. HEX triplet: 8B, 9C and FE. RGB value is (139,156,254). Sum of RGB (Red+Green+Blue) = 139+156+254=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B9CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9CFE is #746301. Grayscale: #A1A1A1. Windows color (decimal): -7627522 or 16686219. OLE color: 16686219.

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

Color convert

RGB139156254-
CMYK0.450.3900.00
HSL231.13º98.29%77.06%-
HSV(B)231.13º45.28%99.61%-
XYZ40.4336.4298.67-
YUV162.09179.87111.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=25.32%
G=28.42%
B=46.27%

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
Decimal1391562540.450.3900.00231.1398.2977.06
Hex8B9CFE2D2700e7624d
Octal213234376554700347142115
Binary100010111001110011111110101101100111001110011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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