#8395EB

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

Shades of Portage #8395EB

Tints of Portage #8395EB

Color information

#8395EB (or 0x8395EB) is unknown color: approx Portage. HEX triplet: 83, 95 and EB. RGB value is (131,149,235). Sum of RGB (Red+Green+Blue) = 131+149+235=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #8395EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8395EB is #7C6A14. Grayscale: #999999. Windows color (decimal): -8153621 or 15439235. OLE color: 15439235.

HSL color Cylindrical-coordinate representation of color #8395EB: hue angle of 229.62º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8395EB is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131149235-
CMYK0.440.3700.08
HSL229.62º72.22%71.76%-
HSV(B)229.62º44.26%92.16%-
XYZ35.132.3282.99-
YUV153.42174.04112.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.44%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=25.44%
G=28.93%
B=45.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311492350.440.3700.08229.6272.2271.76
Hex8395EB2C2508e64848
Octal2032253535445010346110110
Binary100000111001010111101011101100100101010001110011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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