#8195DE

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

Shades of Portage #8195DE

Tints of Portage #8195DE

Color information

#8195DE (or 0x8195DE) is unknown color: approx Portage. HEX triplet: 81, 95 and DE. RGB value is (129,149,222). Sum of RGB (Red+Green+Blue) = 129+149+222=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #8195DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195DE is #7E6A21. Grayscale: #979797. Windows color (decimal): -8284706 or 14587265. OLE color: 14587265.

HSL color Cylindrical-coordinate representation of color #8195DE: hue angle of 227.1º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8195DE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129149222-
CMYK0.420.3300.13
HSL227.1º58.49%68.82%-
HSV(B)227.1º41.89%87.06%-
XYZ32.9931.4473.44-
YUV151.34167.87112.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=25.8%
G=29.8%
B=44.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291492220.420.3300.13227.158.4968.82
Hex8195DE2A210De33a45
Octal201225336524101534372105
Binary10000001100101011101111010101010000101101111000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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