#8295E8

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

Shades of Portage #8295E8

Tints of Portage #8295E8

Color information

#8295E8 (or 0x8295E8) is unknown color: approx Portage. HEX triplet: 82, 95 and E8. RGB value is (130,149,232). Sum of RGB (Red+Green+Blue) = 130+149+232=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #8295E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295E8 is #7D6A17. Grayscale: #989898. Windows color (decimal): -8219160 or 15242626. OLE color: 15242626.

HSL color Cylindrical-coordinate representation of color #8295E8: hue angle of 228.82º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8295E8 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130149232-
CMYK0.440.3600.09
HSL228.82º68.92%70.98%-
HSV(B)228.82º43.97%90.98%-
XYZ34.5232.0780.71-
YUV152.78172.71111.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.44%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=25.44%
G=29.16%
B=45.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301492320.440.3600.09228.8268.9270.98
Hex8295E82C2409e54547
Octal2022253505444011345105107
Binary100000101001010111101000101100100100010011110010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8295E8; }

 p { color: rgb(130,149,232); }

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

<style>
 a { background-color: #8295E8; }

 a { background-color: rgb(130,149,232); }

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

<style>
 span { border-color: #8295E8; }

 span { border-color: rgb(130,149,232); }

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