#8592FC

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

Shades of Portage #8592FC

Tints of Portage #8592FC

Color information

#8592FC (or 0x8592FC) is unknown color: approx Portage. HEX triplet: 85, 92 and FC. RGB value is (133,146,252). Sum of RGB (Red+Green+Blue) = 133+146+252=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #8592FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592FC is #7A6D03. Grayscale: #999999. Windows color (decimal): -8023300 or 16552581. OLE color: 16552581.

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

Color convert

RGB133146252-
CMYK0.470.4200.01
HSL233.45º95.2%75.49%-
HSV(B)233.45º47.22%98.82%-
XYZ37.5232.5796.4-
YUV154.2183.19112.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=25.05%
G=27.50%
B=47.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331462520.470.4200.01233.4595.275.49
Hex8592FC2F2A01e95f4b
Octal205222374575201351137113
Binary100001011001001011111100101111101010011110100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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