#8195EB

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

Shades of Portage #8195EB

Tints of Portage #8195EB

Color information

#8195EB (or 0x8195EB) is unknown color: approx Portage. HEX triplet: 81, 95 and EB. RGB value is (129,149,235). Sum of RGB (Red+Green+Blue) = 129+149+235=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #8195EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195EB is #7E6A14. Grayscale: #989898. Windows color (decimal): -8284693 or 15439233. OLE color: 15439233.

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

Color convert

RGB129149235-
CMYK0.450.3700.08
HSL228.68º72.6%71.37%-
HSV(B)228.68º45.11%92.16%-
XYZ34.832.1682.97-
YUV152.82174.37111.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=25.15%
G=29.04%
B=45.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291492350.450.3700.08228.6872.671.37
Hex8195EB2D2508e54947
Octal2012253535545010345111107
Binary100000011001010111101011101101100101010001110010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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