#8192DC

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

Shades of Portage #8192DC

Tints of Portage #8192DC

Color information

#8192DC (or 0x8192DC) is unknown color: approx Portage. HEX triplet: 81, 92 and DC. RGB value is (129,146,220). Sum of RGB (Red+Green+Blue) = 129+146+220=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8192DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192DC is #7E6D23. Grayscale: #959595. Windows color (decimal): -8285476 or 14455425. OLE color: 14455425.

HSL color Cylindrical-coordinate representation of color #8192DC: hue angle of 228.79º 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 #8192DC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129146220-
CMYK0.410.3400.14
HSL228.79º56.52%68.43%-
HSV(B)228.79º41.36%86.27%-
XYZ32.2530.3971.88-
YUV149.35167.87113.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.06%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=26.06%
G=29.49%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291462200.410.3400.14228.7956.5268.43
Hex8192DC29220Ee53944
Octal201222334514201634571104
Binary10000001100100101101110010100110001001110111001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8192DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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