#8793FC

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

Shades of Portage #8793FC

Tints of Portage #8793FC

Color information

#8793FC (or 0x8793FC) is unknown color: approx Portage. HEX triplet: 87, 93 and FC. RGB value is (135,147,252). Sum of RGB (Red+Green+Blue) = 135+147+252=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #8793FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8793FC is #786C03. Grayscale: #9A9A9A. Windows color (decimal): -7891972 or 16552839. OLE color: 16552839.

HSL color Cylindrical-coordinate representation of color #8793FC: hue angle of 233.85º 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 #8793FC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135147252-
CMYK0.460.4200.01
HSL233.85º95.12%75.88%-
HSV(B)233.85º46.43%98.82%-
XYZ3833.0596.47-
YUV155.38182.52113.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=25.28%
G=27.53%
B=47.19%

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
Decimal1351472520.460.4200.01233.8595.1275.88
Hex8793FC2E2A01ea5f4c
Octal207223374565201352137114
Binary100001111001001111111100101110101010011110101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8793FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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