#8792F5

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

Shades of Portage #8792F5

Tints of Portage #8792F5

Color information

#8792F5 (or 0x8792F5) is unknown color: approx Portage. HEX triplet: 87, 92 and F5. RGB value is (135,146,245). Sum of RGB (Red+Green+Blue) = 135+146+245=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #8792F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792F5 is #786D0A. Grayscale: #999999. Windows color (decimal): -7892235 or 16093831. OLE color: 16093831.

HSL color Cylindrical-coordinate representation of color #8792F5: hue angle of 234º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8792F5 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135146245-
CMYK0.450.4000.04
HSL234º84.62%74.51%-
HSV(B)234º44.9%96.08%-
XYZ36.7532.390.68-
YUV154179.36114.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 245 (96.09% from 255) = 46.58%
R=25.67%
G=27.76%
B=46.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351462450.450.4000.0423484.6274.51
Hex8792F52D2804ea554b
Octal207222365555004352125113
Binary10000111100100101111010110110110100001001110101010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8792F5; }

 p { color: rgb(135,146,245); }

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

<style>
 a { background-color: #8792F5; }

 a { background-color: rgb(135,146,245); }

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

<style>
 span { border-color: #8792F5; }

 span { border-color: rgb(135,146,245); }

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