#8792F4

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

Shades of Portage #8792F4

Tints of Portage #8792F4

Color information

#8792F4 (or 0x8792F4) is unknown color: approx Portage. HEX triplet: 87, 92 and F4. RGB value is (135,146,244). Sum of RGB (Red+Green+Blue) = 135+146+244=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #8792F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792F4 is #786D0B. Grayscale: #999999. Windows color (decimal): -7892236 or 16028295. OLE color: 16028295.

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

Color convert

RGB135146244-
CMYK0.450.4000.04
HSL233.94º83.21%74.31%-
HSV(B)233.94º44.67%95.69%-
XYZ36.632.2489.88-
YUV153.88178.86114.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=25.71%
G=27.81%
B=46.48%

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
Decimal1351462440.450.4000.04233.9483.2174.31
Hex8792F42D2804ea534a
Octal207222364555004352123112
Binary10000111100100101111010010110110100001001110101010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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