#8395FA

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

Shades of Portage #8395FA

Tints of Portage #8395FA

Color information

#8395FA (or 0x8395FA) is unknown color: approx Portage. HEX triplet: 83, 95 and FA. RGB value is (131,149,250). Sum of RGB (Red+Green+Blue) = 131+149+250=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #8395FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8395FA is #7C6A05. Grayscale: #9A9A9A. Windows color (decimal): -8153606 or 16422275. OLE color: 16422275.

HSL color Cylindrical-coordinate representation of color #8395FA: hue angle of 230.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8395FA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131149250-
CMYK0.480.4000.02
HSL230.92º92.25%74.71%-
HSV(B)230.92º47.6%98.04%-
XYZ37.3633.2294.89-
YUV155.13181.54110.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 250 (98.05% from 255) = 47.17%
R=24.72%
G=28.11%
B=47.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311492500.480.4000.02230.9292.2574.71
Hex8395FA302802e75c4b
Octal203225372605002347134113
Binary1000001110010101111110101100001010000101110011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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