#8B9AFA

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

Shades of Portage #8B9AFA

Tints of Portage #8B9AFA

Color information

#8B9AFA (or 0x8B9AFA) is unknown color: approx Portage. HEX triplet: 8B, 9A and FA. RGB value is (139,154,250). Sum of RGB (Red+Green+Blue) = 139+154+250=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9AFA is #746505. Grayscale: #A0A0A0. Windows color (decimal): -7628038 or 16423563. OLE color: 16423563.

HSL color Cylindrical-coordinate representation of color #8B9AFA: hue angle of 231.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B9AFA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139154250-
CMYK0.440.3800.02
HSL231.89º91.74%76.27%-
HSV(B)231.89º44.4%98.04%-
XYZ39.4635.595.22-
YUV160.46178.53112.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=25.60%
G=28.36%
B=46.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391542500.440.3800.02231.8991.7476.27
Hex8B9AFA2C2602e85c4c
Octal213232372544602350134114
Binary1000101110011010111110101011001001100101110100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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