#8B92F0

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

Shades of Portage #8B92F0

Tints of Portage #8B92F0

Color information

#8B92F0 (or 0x8B92F0) is unknown color: approx Portage. HEX triplet: 8B, 92 and F0. RGB value is (139,146,240). Sum of RGB (Red+Green+Blue) = 139+146+240=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B92F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B92F0 is #746D0F. Grayscale: #9A9A9A. Windows color (decimal): -7630096 or 15766155. OLE color: 15766155.

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

Color convert

RGB139146240-
CMYK0.420.3900.06
HSL235.84º77.1%74.31%-
HSV(B)235.84º42.08%94.12%-
XYZ36.6532.3486.75-
YUV154.62176.18116.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=26.48%
G=27.81%
B=45.71%

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
Decimal1391462400.420.3900.06235.8477.174.31
Hex8B92F02A2706ec4d4a
Octal213222360524706354115112
Binary10001011100100101111000010101010011101101110110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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