#8395FE

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

Shades of Portage #8395FE

Tints of Portage #8395FE

Color information

#8395FE (or 0x8395FE) is unknown color: approx Portage. HEX triplet: 83, 95 and FE. RGB value is (131,149,254). Sum of RGB (Red+Green+Blue) = 131+149+254=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #8395FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8395FE is #7C6A01. Grayscale: #9B9B9B. Windows color (decimal): -8153602 or 16684419. OLE color: 16684419.

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

Color convert

RGB131149254-
CMYK0.480.4100.00
HSL231.22º98.4%75.49%-
HSV(B)231.22º48.43%99.61%-
XYZ3833.4898.22-
YUV155.59183.54110.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=24.53%
G=27.90%
B=47.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311492540.480.4100.00231.2298.475.49
Hex8395FE302900e7624b
Octal203225376605100347142113
Binary100000111001010111111110110000101001001110011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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