#8B9AFE

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

Shades of Portage #8B9AFE

Tints of Portage #8B9AFE

Color information

#8B9AFE (or 0x8B9AFE) is unknown color: approx Portage. HEX triplet: 8B, 9A and FE. RGB value is (139,154,254). Sum of RGB (Red+Green+Blue) = 139+154+254=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B9AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9AFE is #746501. Grayscale: #A0A0A0. Windows color (decimal): -7628034 or 16685707. OLE color: 16685707.

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

Color convert

RGB139154254-
CMYK0.450.3900.00
HSL232.17º98.29%77.06%-
HSV(B)232.17º45.28%99.61%-
XYZ40.0935.7698.55-
YUV160.92180.53112.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=25.41%
G=28.15%
B=46.44%

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
Decimal1391542540.450.3900.00232.1798.2977.06
Hex8B9AFE2D2700e8624d
Octal213232376554700350142115
Binary100010111001101011111110101101100111001110100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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