#8195DA

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

Shades of Portage #8195DA

Tints of Portage #8195DA

Color information

#8195DA (or 0x8195DA) is unknown color: approx Portage. HEX triplet: 81, 95 and DA. RGB value is (129,149,218). Sum of RGB (Red+Green+Blue) = 129+149+218=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #8195DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195DA is #7E6A25. Grayscale: #969696. Windows color (decimal): -8284710 or 14325121. OLE color: 14325121.

HSL color Cylindrical-coordinate representation of color #8195DA: hue angle of 226.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8195DA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129149218-
CMYK0.410.3200.15
HSL226.52º54.6%68.04%-
HSV(B)226.52º40.83%85.49%-
XYZ32.4631.2270.65-
YUV150.89165.87112.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=26.01%
G=30.04%
B=43.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291492180.410.3200.15226.5254.668.04
Hex8195DA29200Fe33744
Octal201225332514001734367104
Binary10000001100101011101101010100110000001111111000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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