#8392FE

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

Shades of Portage #8392FE

Tints of Portage #8392FE

Color information

#8392FE (or 0x8392FE) is unknown color: approx Portage. HEX triplet: 83, 92 and FE. RGB value is (131,146,254). Sum of RGB (Red+Green+Blue) = 131+146+254=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8392FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8392FE is #7C6D01. Grayscale: #999999. Windows color (decimal): -8154370 or 16683651. OLE color: 16683651.

HSL color Cylindrical-coordinate representation of color #8392FE: hue angle of 232.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8392FE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131146254-
CMYK0.480.4300.00
HSL232.68º98.4%75.49%-
HSV(B)232.68º48.43%99.61%-
XYZ37.5332.5498.07-
YUV153.83184.53111.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=24.67%
G=27.50%
B=47.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311462540.480.4300.00232.6898.475.49
Hex8392FE302B00e9624b
Octal203222376605300351142113
Binary100000111001001011111110110000101011001110100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8392FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8392FE; }

 p { color: rgb(131,146,254); }

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

<style>
 a { background-color: #8392FE; }

 a { background-color: rgb(131,146,254); }

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

<style>
 span { border-color: #8392FE; }

 span { border-color: rgb(131,146,254); }

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