#8195DC

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

Shades of Portage #8195DC

Tints of Portage #8195DC

Color information

#8195DC (or 0x8195DC) is unknown color: approx Portage. HEX triplet: 81, 95 and DC. RGB value is (129,149,220). Sum of RGB (Red+Green+Blue) = 129+149+220=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #8195DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195DC is #7E6A23. Grayscale: #969696. Windows color (decimal): -8284708 or 14456193. OLE color: 14456193.

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

Color convert

RGB129149220-
CMYK0.410.3200.14
HSL226.81º56.52%68.43%-
HSV(B)226.81º41.36%86.27%-
XYZ32.7231.3372.03-
YUV151.11166.87112.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.90%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=25.90%
G=29.92%
B=44.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291492200.410.3200.14226.8156.5268.43
Hex8195DC29200Ee33944
Octal201225334514001634371104
Binary10000001100101011101110010100110000001110111000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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