#8B93F0

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

Shades of Portage #8B93F0

Tints of Portage #8B93F0

Color information

#8B93F0 (or 0x8B93F0) is unknown color: approx Portage. HEX triplet: 8B, 93 and F0. RGB value is (139,147,240). Sum of RGB (Red+Green+Blue) = 139+147+240=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B93F0 is #746C0F. Grayscale: #9A9A9A. Windows color (decimal): -7629840 or 15766411. OLE color: 15766411.

HSL color Cylindrical-coordinate representation of color #8B93F0: hue angle of 235.25º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B93F0 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139147240-
CMYK0.420.3900.06
HSL235.25º77.1%74.31%-
HSV(B)235.25º42.08%94.12%-
XYZ36.8132.6586.8-
YUV155.21175.85116.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 240 (94.14% from 255) = 45.63%
R=26.43%
G=27.95%
B=45.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391472400.420.3900.06235.2577.174.31
Hex8B93F02A2706eb4d4a
Octal213223360524706353115112
Binary10001011100100111111000010101010011101101110101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,240); }

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

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

 a { background-color: rgb(139,147,240); }

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

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

 span { border-color: rgb(139,147,240); }

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