#8792FA

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

Shades of Portage #8792FA

Tints of Portage #8792FA

Color information

#8792FA (or 0x8792FA) is unknown color: approx Portage. HEX triplet: 87, 92 and FA. RGB value is (135,146,250). Sum of RGB (Red+Green+Blue) = 135+146+250=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8792FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792FA is #786D05. Grayscale: #9A9A9A. Windows color (decimal): -7892230 or 16421511. OLE color: 16421511.

HSL color Cylindrical-coordinate representation of color #8792FA: hue angle of 234.26º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8792FA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135146250-
CMYK0.460.4200.02
HSL234.26º92%75.49%-
HSV(B)234.26º46%98.04%-
XYZ37.5332.6194.76-
YUV154.57181.86114.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.42%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=25.42%
G=27.50%
B=47.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351462500.460.4200.02234.269275.49
Hex8792FA2E2A02ea5c4b
Octal207222372565202352134113
Binary1000011110010010111110101011101010100101110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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