#8792FC

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

Shades of Portage #8792FC

Tints of Portage #8792FC

Color information

#8792FC (or 0x8792FC) is unknown color: approx Portage. HEX triplet: 87, 92 and FC. RGB value is (135,146,252). Sum of RGB (Red+Green+Blue) = 135+146+252=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #8792FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792FC is #786D03. Grayscale: #9A9A9A. Windows color (decimal): -7892228 or 16552583. OLE color: 16552583.

HSL color Cylindrical-coordinate representation of color #8792FC: hue angle of 234.36º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8792FC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135146252-
CMYK0.460.4200.01
HSL234.36º95.12%75.88%-
HSV(B)234.36º46.43%98.82%-
XYZ37.8432.7496.42-
YUV154.79182.86113.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=25.33%
G=27.39%
B=47.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351462520.460.4200.01234.3695.1275.88
Hex8792FC2E2A01ea5f4c
Octal207222374565201352137114
Binary100001111001001011111100101110101010011110101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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