#8492FC

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

Shades of Portage #8492FC

Tints of Portage #8492FC

Color information

#8492FC (or 0x8492FC) is unknown color: approx Portage. HEX triplet: 84, 92 and FC. RGB value is (132,146,252). Sum of RGB (Red+Green+Blue) = 132+146+252=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #8492FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492FC is #7B6D03. Grayscale: #999999. Windows color (decimal): -8088836 or 16552580. OLE color: 16552580.

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

Color convert

RGB132146252-
CMYK0.480.4200.01
HSL233º95.24%75.29%-
HSV(B)233º47.62%98.82%-
XYZ37.3732.4996.4-
YUV153.9183.36112.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=24.91%
G=27.55%
B=47.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321462520.480.4200.0123395.2475.29
Hex8492FC302A01e95f4b
Octal204222374605201351137113
Binary100001001001001011111100110000101010011110100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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