#8398FE

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

Shades of Portage #8398FE

Tints of Portage #8398FE

Color information

#8398FE (or 0x8398FE) is unknown color: approx Portage. HEX triplet: 83, 98 and FE. RGB value is (131,152,254). Sum of RGB (Red+Green+Blue) = 131+152+254=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8398FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398FE is #7C6701. Grayscale: #9C9C9C. Windows color (decimal): -8152834 or 16685187. OLE color: 16685187.

HSL color Cylindrical-coordinate representation of color #8398FE: hue angle of 229.76º 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 #8398FE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131152254-
CMYK0.480.4000.00
HSL229.76º98.4%75.49%-
HSV(B)229.76º48.43%99.61%-
XYZ38.4834.4498.39-
YUV157.35182.54109.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.39%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=24.39%
G=28.31%
B=47.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311522540.480.4000.00229.7698.475.49
Hex8398FE302800e6624b
Octal203230376605000346142113
Binary100000111001100011111110110000101000001110011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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